mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-01 16:27:10 +02:00
qt: Add help option to open yuzu folder
Opens a new file manager window at the UserDir.
This commit is contained in:
parent
4a42f5f99c
commit
d98525e809
3 changed files with 13 additions and 0 deletions
|
|
@ -110,6 +110,7 @@
|
|||
<string>&Help</string>
|
||||
</property>
|
||||
<addaction name="action_Report_Compatibility"/>
|
||||
<addaction name="action_Open_yuzu_Folder" />
|
||||
<addaction name="separator"/>
|
||||
<addaction name="action_About"/>
|
||||
</widget>
|
||||
|
|
@ -277,6 +278,11 @@
|
|||
<bool>false</bool>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Open_yuzu_Folder">
|
||||
<property name="text">
|
||||
<string>Open yuzu Folder</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources/>
|
||||
<connections/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue