Fix gamemode hotkey and add requery hotkey

This commit is contained in:
VictoriousRaptor 2024-05-03 14:05:11 +08:00
parent 4667bda496
commit f93da0044c

View file

@ -2802,7 +2802,13 @@
Title="{DynamicResource ToggleGameModeHotkey}" Title="{DynamicResource ToggleGameModeHotkey}"
Icon="" Icon=""
Type="Inside"> Type="Inside">
<cc:HotkeyDisplay Keys="Ctrl+Shift+C" /> <cc:HotkeyDisplay Keys="Ctrl+F12" />
</cc:Card>
<cc:Card
Title="{DynamicResource RequeryHotkey}"
Icon="&#xe72c;"
Type="Inside">
<cc:HotkeyDisplay Keys="Ctrl+R" />
</cc:Card> </cc:Card>
<cc:Card <cc:Card
Title="{DynamicResource ReloadPluginHotkey}" Title="{DynamicResource ReloadPluginHotkey}"