diff options
author | bunnei <bunneidev@gmail.com> | 2022-11-25 00:38:50 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-25 00:38:50 -0800 |
commit | e8cbc3b4c50a045e1e25d8ef842a3145db2f4d63 (patch) | |
tree | 8ea599f9225f3b3d7cec6479d01c2f9da8dee86d /src | |
parent | 64965cc658a6266ddb9878ffd53bd69e0a0f5b79 (diff) | |
parent | 9abceaed61d69036df52d4adaf8330eb135396d7 (diff) |
Merge pull request #9304 from liamwhite/menu-roll
Qt: assign menuRole properties for actions
Diffstat (limited to 'src')
-rw-r--r-- | src/yuzu/main.ui | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/yuzu/main.ui b/src/yuzu/main.ui index e670acc30..013ba0ceb 100644 --- a/src/yuzu/main.ui +++ b/src/yuzu/main.ui @@ -231,6 +231,9 @@ <property name="text"> <string>Con&figure...</string> </property> + <property name="menuRole"> + <enum>QAction::PreferencesRole</enum> + </property> </action> <action name="action_Display_Dock_Widget_Headers"> <property name="checkable"> @@ -363,6 +366,9 @@ <property name="text"> <string>&Configure TAS...</string> </property> + <property name="menuRole"> + <enum>QAction::NoRole</enum> + </property> </action> <action name="action_Configure_Current_Game"> <property name="enabled"> @@ -371,6 +377,9 @@ <property name="text"> <string>Configure C&urrent Game...</string> </property> + <property name="menuRole"> + <enum>QAction::NoRole</enum> + </property> </action> <action name="action_TAS_Start"> <property name="enabled"> |