File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
<NativeMenuItem Header =" {DynamicResource Text.About}" Command =" {x:Static s:App.OpenAboutCommand}" />
29
29
<NativeMenuItem Header =" {DynamicResource Text.Hotkeys}" Command =" {x:Static s:App.OpenHotkeysCommand}" />
30
30
<NativeMenuItem Header =" {DynamicResource Text.SelfUpdate}" Command =" {x:Static s:App.CheckForUpdateCommand}" />
31
- <NativeMenuItem Header = " - " />
32
- <NativeMenuItem Header =" {DynamicResource Text.Preference}" Command =" {x:Static s:App.OpenPreferenceCommand}" />
33
- <NativeMenuItem Header = " - " />
31
+ <NativeMenuItemSeparator />
32
+ <NativeMenuItem Header =" {DynamicResource Text.Preference}" Command =" {x:Static s:App.OpenPreferenceCommand}" Gesture = " ⌘+, " />
33
+ <NativeMenuItemSeparator />
34
34
<NativeMenuItem Header =" {DynamicResource Text.Quit}" Command =" {x:Static s:App.QuitCommand}" />
35
35
</NativeMenu >
36
36
</NativeMenu .Menu>
You can’t perform that action at this time.
0 commit comments