mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-15 14:57:00 +02:00
Add a "Open Mods Page" button to the GUI
This commit is contained in:
parent
058ec22787
commit
b81af6ae9b
3 changed files with 20 additions and 0 deletions
|
|
@ -113,6 +113,7 @@
|
|||
<string>&Help</string>
|
||||
</property>
|
||||
<addaction name="action_Report_Compatibility"/>
|
||||
<addaction name="action_Open_Mods_Page"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="action_About"/>
|
||||
</widget>
|
||||
|
|
@ -256,6 +257,11 @@
|
|||
<bool>false</bool>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Open_Mods_Page">
|
||||
<property name="text">
|
||||
<string>Open Mods Page</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Open_yuzu_Folder">
|
||||
<property name="text">
|
||||
<string>Open yuzu Folder</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue