Preferences on macOS now brings up program settings instead

This commit is contained in:
Cacodemon345
2022-02-08 00:40:34 +06:00
parent d3717b6df0
commit b53fb07810

View File

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