Skip to content

Commit 3cf3da9

Browse files
committed
Added icon to search action
1 parent 28dd8cd commit 3cf3da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Actions/Global/SearchAction.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public HotKey SecondHotKey
2020
=> new(Keys.F3);
2121

2222
public RichGlyph Glyph
23-
=> new();
23+
=> new(themedIconStyle: "App.ThemedIcons.Omnibar.Search");
2424

2525
public bool IsExecutable
2626
=> !context.IsSearchBoxVisible;

0 commit comments

Comments
 (0)