aboutsummaryrefslogtreecommitdiff
path: root/main/data/menu_add.ui
blob: 0b51bce0cb3828ae69edb8777b2b2add0e2c25d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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>
            <item>
                <attribute name="action">app.add_conference</attribute>
                <attribute name="label" translatable="yes">Join Channel</attribute>
            </item>
            <item>
                <attribute name="action">app.opennotes</attribute>
                <attribute name="label" translatable="yes">Notes</attribute>
            </item>
        </section>
    </menu>
</interface>