Qt: Fix recent savestates menu settings

This commit is contained in:
Megamouse 2025-01-24 19:37:18 +01:00
parent 5ef442c2b8
commit 959d8fc25c

View File

@ -165,9 +165,6 @@
<addaction name="bootTestAct"/>
</widget>
<widget class="QMenu" name="bootRecentMenu">
<property name="enabled">
<bool>true</bool>
</property>
<property name="title">
<string>Boot Recent</string>
</property>
@ -206,6 +203,9 @@
<property name="title">
<string>Boot Recent Savestate</string>
</property>
<property name="toolTipsVisible">
<bool>true</bool>
</property>
<addaction name="clearRecentSavestatesAct"/>
<addaction name="freezeRecentSavestatesAct"/>
<addaction name="separator"/>
@ -1403,6 +1403,9 @@
</property>
</action>
<action name="freezeRecentSavestatesAct">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>List Freeze</string>
</property>