Merge pull request #4419 from FearlessTobi/port-1639
Port yuzu-emu/yuzu#1639: "qt: Add help option to open yuzu folder"
This commit is contained in:
commit
11baf7ac13
3 changed files with 15 additions and 0 deletions
|
@ -71,6 +71,8 @@
|
|||
<addaction name="separator"/>
|
||||
<addaction name="menu_Amiibo"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="action_Open_Citra_Folder"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="action_Exit"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menu_Emulation">
|
||||
|
@ -446,6 +448,11 @@
|
|||
<string>Remove</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Open_Citra_Folder">
|
||||
<property name="text">
|
||||
<string>Open Citra Folder</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources/>
|
||||
<connections/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue