mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-23 11:27:00 +02:00
Implement option to start QLaunch from Tools menu
This commit is contained in:
parent
c4fb749028
commit
76a55dc003
5 changed files with 47 additions and 2 deletions
|
|
@ -173,6 +173,7 @@
|
|||
<addaction name="action_Load_Album"/>
|
||||
<addaction name="action_Load_Mii_Edit"/>
|
||||
<addaction name="action_Open_Controller_Menu"/>
|
||||
<addaction name="action_Load_Home_Menu"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="action_Capture_Screenshot"/>
|
||||
<addaction name="menuTAS"/>
|
||||
|
|
@ -475,6 +476,11 @@
|
|||
<string>Install Decryption Keys</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Load_Home_Menu">
|
||||
<property name="text">
|
||||
<string>Open Home Menu</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources>
|
||||
<include location="yuzu.qrc"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue