Skip to content

Commit 1a5a65a

Browse files
committed
Added icon to settings action
1 parent 3cf3da9 commit 1a5a65a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Files.App/Actions/Open/OpenSettingsAction.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ public string Description
1919

2020
public HotKey HotKey
2121
=> new(Keys.OemComma, KeyModifiers.Ctrl);
22+
23+
public RichGlyph Glyph
24+
=> new(themedIconStyle: "App.ThemedIcons.Settings");
2225

2326
public Task ExecuteAsync(object? parameter = null)
2427
{

0 commit comments

Comments
 (0)