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.
⌘+Q
1 parent a976f00 commit 4cf84cdCopy full SHA for 4cf84cd
src/App.axaml
@@ -31,7 +31,7 @@
31
<NativeMenuItemSeparator/>
32
<NativeMenuItem Header="{DynamicResource Text.Preference}" Command="{x:Static s:App.OpenPreferenceCommand}" Gesture="⌘+,"/>
33
34
- <NativeMenuItem Header="{DynamicResource Text.Quit}" Command="{x:Static s:App.QuitCommand}"/>
+ <NativeMenuItem Header="{DynamicResource Text.Quit}" Command="{x:Static s:App.QuitCommand}" Gesture="⌘+Q"/>
35
</NativeMenu>
36
</NativeMenu.Menu>
37
</Application>
0 commit comments