forked from eden-emu/eden
[frontend] add revolt links to about (#227)
Signed-off-by: crueter <crueter@eden-emu.dev> Reviewed-on: eden-emu/eden#227 Reviewed-by: Lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
982b171f30
commit
0705ba0b47
8 changed files with 73 additions and 7 deletions
|
@ -214,6 +214,8 @@
|
|||
<addaction name="action_Open_FAQ"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="action_Discord"/>
|
||||
<addaction name="action_Revolt"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="action_About"/>
|
||||
</widget>
|
||||
<addaction name="menu_File"/>
|
||||
|
@ -559,6 +561,20 @@
|
|||
<string>From ZIP</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Revolt">
|
||||
<property name="text">
|
||||
<string>&Revolt</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Revolt</string>
|
||||
</property>
|
||||
<property name="statusTip">
|
||||
<string/>
|
||||
</property>
|
||||
<property name="whatsThis">
|
||||
<string/>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources>
|
||||
<include location="yuzu.qrc"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue