Qt: Move "Game Properties" from View to Settings

This commit is contained in:
Silent 2023-02-28 19:45:56 +01:00
parent 4494a2c73c
commit f34b17446c
No known key found for this signature in database
GPG Key ID: AE53149BB0C45AF1

View File

@ -118,6 +118,7 @@
<normaloff>.</normaloff>.</iconset> <normaloff>.</normaloff>.</iconset>
</property> </property>
</widget> </widget>
<addaction name="actionViewGameProperties"/>
<addaction name="separator"/> <addaction name="separator"/>
<addaction name="actionGeneralSettings"/> <addaction name="actionGeneralSettings"/>
<addaction name="actionGameListSettings"/> <addaction name="actionGameListSettings"/>
@ -216,7 +217,6 @@
<addaction name="actionViewGameList"/> <addaction name="actionViewGameList"/>
<addaction name="actionViewGameGrid"/> <addaction name="actionViewGameGrid"/>
<addaction name="actionViewSystemDisplay"/> <addaction name="actionViewSystemDisplay"/>
<addaction name="actionViewGameProperties"/>
<addaction name="separator"/> <addaction name="separator"/>
<addaction name="actionFullscreen"/> <addaction name="actionFullscreen"/>
<addaction name="menuWindowSize"/> <addaction name="menuWindowSize"/>
@ -846,6 +846,10 @@
<property name="enabled"> <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="icon">
<iconset theme="file-settings-line">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text"> <property name="text">
<string>Game &amp;Properties</string> <string>Game &amp;Properties</string>
</property> </property>