We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28dd8cd commit 3cf3da9Copy full SHA for 3cf3da9
src/Files.App/Actions/Global/SearchAction.cs
@@ -20,7 +20,7 @@ public HotKey SecondHotKey
20
=> new(Keys.F3);
21
22
public RichGlyph Glyph
23
- => new();
+ => new(themedIconStyle: "App.ThemedIcons.Omnibar.Search");
24
25
public bool IsExecutable
26
=> !context.IsSearchBoxVisible;
0 commit comments