Remove Cheat Manager from Actions entirely

This commit is contained in:
_Neo_
2026-03-24 21:49:55 +02:00
parent 7ec8844121
commit bb687b6523
3 changed files with 0 additions and 25 deletions

View File

@@ -207,12 +207,6 @@
InputGesture="Ctrl + D"
IsEnabled="{Binding HasSkylander}" />
<Separator IsVisible="{Binding ShowSkylanderActions}"/>
<MenuItem
Command="{Binding OpenCheatManagerForCurrentApp}"
Header="{ext:Locale GameListContextMenuManageCheat}"
Icon="{ext:Icon fa-solid fa-code}"
InputGesture="Ctrl + C"
IsEnabled="{Binding IsGameRunning}" />
<MenuItem
Command="{Binding SimulateWakeUpMessage}"
Header="{ext:Locale MenuBarOptionsSimulateWakeUpMessage}"