mirror of https://github.com/PCSX2/pcsx2.git
Qt: Add preferences button to menu system
Important on macOS to get the expected keyboard shortcut
This commit is contained in:
parent
d74623faf9
commit
cba6a6ec51
|
@ -81,6 +81,7 @@
|
|||
<addaction name="menuLoadState"/>
|
||||
<addaction name="menuSaveState"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionSettings"/>
|
||||
<addaction name="actionExit"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuSettings">
|
||||
|
@ -517,6 +518,9 @@
|
|||
<property name="text">
|
||||
<string>&Settings...</string>
|
||||
</property>
|
||||
<property name="menuRole">
|
||||
<enum>QAction::PreferencesRole</enum>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionChangeDiscFromFile">
|
||||
<property name="text">
|
||||
|
|
Loading…
Reference in New Issue