mirror of
https://github.com/TakeV-Lambda/dino.git
synced 2024-11-05 07:17:10 +00:00
16 lines
521 B
XML
16 lines
521 B
XML
<interface>
|
|
<menu id="menu_add">
|
|
<section>
|
|
<item>
|
|
<attribute name="action">app.add_chat</attribute>
|
|
<attribute name="label" translatable="yes">Start Chat</attribute>
|
|
</item>
|
|
</section>
|
|
<section>
|
|
<item>
|
|
<attribute name="action">app.add_conference</attribute>
|
|
<attribute name="label" translatable="yes">Join Conference</attribute>
|
|
</item>
|
|
</section>
|
|
</menu>
|
|
</interface>
|