diff options
author | Adam Heinermann <aheinerm@gmail.com> | 2021-11-24 18:27:25 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-24 21:27:25 -0500 |
commit | f078d3d212a4b272012695762f3ce62eaa0db2ab (patch) | |
tree | 457822447429a5fd2b0f8c5c3ac8b9f2231b38ab /src/yuzu/main.ui | |
parent | cd6cf0422d27727576e3098d3d1d621a5f80caed (diff) |
Refactor menu states and shortcuts in GMainWindow. (#7419)
Refactor menu states and shortcuts in GMainWindow.
- Removed "Start", since it was always disabled unless it was "Continue"
which has now been moved to "Pause".
- Allow hotkeys to be used while in fullscreen.
- Removed the load amiibo hotkey.
Diffstat (limited to 'src/yuzu/main.ui')
-rw-r--r-- | src/yuzu/main.ui | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/yuzu/main.ui b/src/yuzu/main.ui index c58aa2866..5719b2ee4 100644 --- a/src/yuzu/main.ui +++ b/src/yuzu/main.ui @@ -66,7 +66,6 @@ <property name="title"> <string>&Emulation</string> </property> - <addaction name="action_Start"/> <addaction name="action_Pause"/> <addaction name="action_Stop"/> <addaction name="action_Restart"/> @@ -180,14 +179,6 @@ <string>E&xit</string> </property> </action> - <action name="action_Start"> - <property name="enabled"> - <bool>false</bool> - </property> - <property name="text"> - <string>&Start</string> - </property> - </action> <action name="action_Pause"> <property name="enabled"> <bool>false</bool> |