dino/main/data/menu_add.ui

18 lines
565 B
Plaintext
Raw Normal View History

2018-07-04 21:38:28 +00:00
<?xml version="1.0" encoding="UTF-8"?>
2017-03-02 14:37:32 +00:00
<interface>
<menu id="menu_add">
<section>
<item>
<attribute name="action">app.add_chat</attribute>
<attribute name="label" translatable="yes">Start Conversation</attribute>
2017-03-02 14:37:32 +00:00
</item>
</section>
<section>
<item>
<attribute name="action">app.add_conference</attribute>
<attribute name="label" translatable="yes">Join Channel</attribute>
2017-03-02 14:37:32 +00:00
</item>
</section>
</menu>
</interface>