mirror of
https://github.com/TakeV-Lambda/dino.git
synced 2024-11-01 13:40:20 +00:00
17 lines
565 B
XML
17 lines
565 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<menu id="menu_add">
|
|
<section>
|
|
<item>
|
|
<attribute name="action">app.add_chat</attribute>
|
|
<attribute name="label" translatable="yes">Start Conversation</attribute>
|
|
</item>
|
|
</section>
|
|
<section>
|
|
<item>
|
|
<attribute name="action">app.add_conference</attribute>
|
|
<attribute name="label" translatable="yes">Join Channel</attribute>
|
|
</item>
|
|
</section>
|
|
</menu>
|
|
</interface>
|