Skip to content

Commit 57ee1f7

Browse files
committed
fix: wrong hotkey tip for open Preferences window
Signed-off-by: leo <[email protected]>
1 parent aaf53ac commit 57ee1f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/Launcher.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<Button Grid.Column="0" Classes="icon_button" VerticalAlignment="Bottom" Margin="6,0,2,3" IsVisible="{OnPlatform True, macOS=False}">
3636
<Button.Flyout>
3737
<MenuFlyout Placement="BottomEdgeAlignedLeft" VerticalOffset="-8">
38-
<MenuItem Header="{DynamicResource Text.Preferences}" Command="{x:Static s:App.OpenPreferencesCommand}" InputGesture="Ctrl+Shift+P">
38+
<MenuItem Header="{DynamicResource Text.Preferences}" Command="{x:Static s:App.OpenPreferencesCommand}" InputGesture="Ctrl+,">
3939
<MenuItem.Icon>
4040
<Path Width="14" Height="14" Data="{StaticResource Icons.Settings}"/>
4141
</MenuItem.Icon>

0 commit comments

Comments
 (0)