Skip to content

Commit 1149ff5

Browse files
committed
- Add Close Context menu in main window query bar
(Rarely, you need a way to close the window with just a mouse.)
1 parent 66e722b commit 1149ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/MainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
<converters:QuerySuggestionBoxConverter x:Key="QuerySuggestionBoxConverter"/>
3333
<converters:BorderClipConverter x:Key="BorderClipConverter"/>
3434
</Window.Resources>
35-
3635
<Window.InputBindings>
3736
<KeyBinding Key="Escape" Command="{Binding EscCommand}"></KeyBinding>
3837
<KeyBinding Key="F1" Command="{Binding StartHelpCommand}"></KeyBinding>
@@ -93,6 +92,7 @@
9392
<MenuItem Command="ApplicationCommands.Paste"/>
9493
<Separator />
9594
<MenuItem Header="{DynamicResource flowlauncher_settings}" Click="OnContextMenusForSettingsClick" />
95+
<MenuItem Command="{Binding EscCommand}" Header="Close"/>
9696
</ContextMenu>
9797
</TextBox.ContextMenu>
9898
</TextBox>

0 commit comments

Comments
 (0)