forked from eden-emu/eden
[desktop] add options to open root, NAND, SDMC, load, and log dirs (#53)
Signed-off-by: crueter <crueter@eden-emu.dev> Reviewed-on: eden-emu/eden#53
This commit is contained in:
parent
d5c58342e0
commit
55a7797378
4 changed files with 80 additions and 17 deletions
|
@ -57,6 +57,16 @@
|
|||
<string>&Recent Files</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuOpen_Eden_Folders">
|
||||
<property name="title">
|
||||
<string>Open &Eden Folders</string>
|
||||
</property>
|
||||
<addaction name="action_Root_Data_Folder"/>
|
||||
<addaction name="action_NAND_Folder"/>
|
||||
<addaction name="action_SDMC_Folder"/>
|
||||
<addaction name="action_Mod_Folder"/>
|
||||
<addaction name="action_Log_Folder"/>
|
||||
</widget>
|
||||
<addaction name="action_Install_File_NAND"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="action_Load_File"/>
|
||||
|
@ -66,7 +76,7 @@
|
|||
<addaction name="separator"/>
|
||||
<addaction name="action_Load_Amiibo"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="action_Open_yuzu_Folder"/>
|
||||
<addaction name="menuOpen_Eden_Folders"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="action_Exit"/>
|
||||
</widget>
|
||||
|
@ -388,11 +398,6 @@
|
|||
<string>&FAQ</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Open_yuzu_Folder">
|
||||
<property name="text">
|
||||
<string>Open &eden Folder</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Capture_Screenshot">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
|
@ -517,6 +522,31 @@
|
|||
<string>&Application Menu</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Root_Data_Folder">
|
||||
<property name="text">
|
||||
<string>&Root Data Folder</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_NAND_Folder">
|
||||
<property name="text">
|
||||
<string>&NAND Folder</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_SDMC_Folder">
|
||||
<property name="text">
|
||||
<string>&SDMC Folder</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Mod_Folder">
|
||||
<property name="text">
|
||||
<string>&Mod Folder</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Log_Folder">
|
||||
<property name="text">
|
||||
<string>&Log Folder</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources>
|
||||
<include location="yuzu.qrc"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue