Qt: Add Remove Disc option to change disc menu
This commit is contained in:
@ -47,6 +47,7 @@
|
||||
</property>
|
||||
<addaction name="actionChangeDiscFromFile"/>
|
||||
<addaction name="actionChangeDiscFromGameList"/>
|
||||
<addaction name="actionRemoveDisc"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuLoadState">
|
||||
<property name="title">
|
||||
@ -399,6 +400,11 @@
|
||||
<string>From Game List...</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionRemoveDisc">
|
||||
<property name="text">
|
||||
<string>Remove Disc</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionResume_State">
|
||||
<property name="text">
|
||||
<string>Resume State</string>
|
||||
|
||||
Reference in New Issue
Block a user