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 6f0bea7 commit 9c518e9Copy full SHA for 9c518e9
Flow.Launcher/MainWindow.xaml.cs
@@ -768,7 +768,7 @@ private void InitializeContextMenu()
768
var openIcon = new FontIcon { Glyph = "\ue71e" };
769
var open = new MenuItem
770
{
771
- Header = Localize.iconTrayOpen()+ " (" + _settings.Hotkey + ")",
+ Header = Localize.iconTrayOpen() + " (" + _settings.Hotkey + ")",
772
Icon = openIcon
773
};
774
var gamemodeIcon = new FontIcon { Glyph = "\ue7fc" };
0 commit comments