Qt: Only enable view->game properties for game list entry

This commit is contained in:
Connor McLaughlin
2021-03-11 02:15:25 +10:00
parent ebfbae8dd1
commit d150a2ccc3
2 changed files with 20 additions and 13 deletions

View File

@@ -779,6 +779,9 @@
</property>
</action>
<action name="actionViewGameProperties">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Game &amp;Properties</string>
</property>