Port #3902 from Citra: "Add restart hotkey & menu option"

This commit is contained in:
fearlessTobi
2018-08-21 13:24:55 +02:00
parent bf89a99839
commit f2d5b100c2
2 changed files with 18 additions and 0 deletions

View File

@@ -211,6 +211,14 @@
<string>Fullscreen</string>
</property>
</action>
<action name="action_Restart">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Restart</string>
</property>
</action>
</widget>
<resources/>
</ui>