Skip to content

Commit c28dfa4

Browse files
committed
Added icon to compress action
1 parent 1a5a65a commit c28dfa4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Files.App/Actions/Content/Archives/Compress/BaseCompressArchiveAction.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ internal abstract class BaseCompressArchiveAction : BaseUIAction, IAction
1212

1313
public abstract string Description { get; }
1414

15+
public RichGlyph Glyph
16+
=> new(themedIconStyle: "App.ThemedIcons.Zip");
17+
1518
public override bool IsExecutable =>
1619
IsContextPageTypeAdaptedToCommand() &&
1720
StorageArchiveService.CanCompress(context.SelectedItems) &&

0 commit comments

Comments
 (0)