mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-01 01:14:59 +00:00
feature: Exit on Ctrl+Q (#898)
This commit is contained in:
parent
b10e084c54
commit
458a1ea83c
3 changed files with 11 additions and 1 deletions
|
@ -62,6 +62,7 @@
|
|||
<Path Width="14" Height="14" Data="{StaticResource Icons.Info}"/>
|
||||
</MenuItem.Icon>
|
||||
</MenuItem>
|
||||
<MenuItem Header="{DynamicResource Text.Quit}" Command="{x:Static s:App.QuitCommand}" InputGesture="Ctrl+Q"/>
|
||||
</MenuFlyout>
|
||||
</Button.Flyout>
|
||||
<Path Width="12" Height="12" Data="{StaticResource Icons.Menu}"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue