mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
QT: Add reset button
This commit is contained in:
@ -51,6 +51,7 @@
|
||||
</property>
|
||||
<addaction name="actionPlay_mnu"/>
|
||||
<addaction name="actionStop_mnu"/>
|
||||
<addaction name="actionReset"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="mnuOptions">
|
||||
<property name="title">
|
||||
@ -225,6 +226,11 @@
|
||||
<string>Stop</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionReset">
|
||||
<property name="text">
|
||||
<string>Reset</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources/>
|
||||
<connections/>
|
||||
|
Reference in New Issue
Block a user