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>
</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">