mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
Qt: Fix recent savestates menu settings
This commit is contained in:
parent
5ef442c2b8
commit
4951aec2e0
1 changed files with 6 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue