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
1 changed files with 5 additions and 1 deletions

View File

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