aboutsummaryrefslogtreecommitdiff
path: root/main/data/menu_add.ui
blob: 8b0c13502598f502f5820289f4bd38e3cd1deabc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<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 Conference</attribute>
            </item>
        </section>
    </menu>
</interface>