Merge pull request #2058 from Cacodemon345/newqt

qt: Preferences on macOS now brings up program settings instead
This commit is contained in:
Miran Grča
2022-02-07 20:05:01 +01:00
committed by GitHub

View File

@@ -317,7 +317,7 @@
<string>&amp;Settings...</string>
</property>
<property name="menuRole">
<enum>QAction::PreferencesRole</enum>
<enum>QAction::NoRole</enum>
</property>
<property name="iconVisibleInMenu">
<bool>false</bool>
@@ -632,7 +632,7 @@
<string>&amp;Preferences...</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
<enum>QAction::PreferencesRole</enum>
</property>
</action>
<action name="actionEnable_Discord_integration">