cleanup: remove duplicated

This commit is contained in:
leo 2024-06-17 19:44:54 +08:00
parent bac82ad6cf
commit 3afb134037
No known key found for this signature in database
GPG key ID: B528468E49CD0E58
6 changed files with 6 additions and 8 deletions

View file

@ -50,7 +50,7 @@
<MenuFlyout Placement="BottomEdgeAlignedLeft" VerticalOffset="-8">
<MenuItem Header="{DynamicResource Text.Preference}" Command="{x:Static s:App.OpenPreferenceCommand}" InputGesture="Ctrl+Shift+P">
<MenuItem.Icon>
<Path Width="14" Height="14" Data="{StaticResource Icons.Settings2}"/>
<Path Width="14" Height="14" Data="{StaticResource Icons.Settings}"/>
</MenuItem.Icon>
</MenuItem>
<MenuItem Header="{DynamicResource Text.Hotkeys}" Command="{x:Static s:App.OpenHotkeysCommand}">