mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-14 10:21:21 +00:00
Qt: Fix recent savestates menu settings
This commit is contained in:
parent
5ef442c2b8
commit
959d8fc25c
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user