mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-18 01:27:02 +02:00
[Frontend] add X links to About and Help (#272)
Based off the recent addition of revolt links. Authored-by: Bix bix@bixed.xyz Signed-off-by: Bix bix@bixed.xyz Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/272 Reviewed-by: crueter <crueter@eden-emu.dev> Co-authored-by: Bix <bix@bixed.xyz> Co-committed-by: Bix <bix@bixed.xyz>
This commit is contained in:
parent
d96da5104b
commit
4cc4d315f0
9 changed files with 53 additions and 0 deletions
|
|
@ -215,6 +215,7 @@
|
|||
<addaction name="separator"/>
|
||||
<addaction name="action_Discord"/>
|
||||
<addaction name="action_Revolt"/>
|
||||
<addaction name="action_X"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="action_About"/>
|
||||
<addaction name="action_Eden_Dependencies"/>
|
||||
|
|
@ -562,6 +563,17 @@
|
|||
<string>From ZIP</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_X">
|
||||
<property name="text">
|
||||
<string>&X</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>X (Twitter)</string>
|
||||
</property>
|
||||
<property name="statusTip">
|
||||
<string/>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Revolt">
|
||||
<property name="text">
|
||||
<string>&Revolt</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue