Skip to content

Commit 2f1dba8

Browse files
committed
add Position Rest tool tip
1 parent e9fc508 commit 2f1dba8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Flow.Launcher/Languages/en.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<system:String x:Key="GameMode">Game Mode</system:String>
2525
<system:String x:Key="GameModeToolTip">Suspend the use of Hotkeys.</system:String>
2626
<system:String x:Key="PositionReset">Position Reset</system:String>
27+
<system:String x:Key="PositionResetToolTip">Reset search window position</system:String>
2728

2829
<!-- Setting General -->
2930
<system:String x:Key="flowlauncher_settings">Flow Launcher Settings</system:String>

Flow.Launcher/MainWindow.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ private void InitializeNotifyIcon()
268268
contextMenu.Items.Add(header);
269269
contextMenu.Items.Add(open);
270270
gamemode.ToolTip = InternationalizationManager.Instance.GetTranslation("GameModeToolTip");
271+
positionreset.ToolTip = InternationalizationManager.Instance.GetTranslation("PositionResetToolTip");
271272
contextMenu.Items.Add(gamemode);
272273
contextMenu.Items.Add(positionreset);
273274
contextMenu.Items.Add(settings);

0 commit comments

Comments
 (0)