You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
703 B

<?xml version="1.0" encoding="UTF-8"?>
<interface domain="org-snapcast-control-gtk">
<!-- interface-requires gtk+ 3.6 -->
<menu id="app-menu">
<section>
<item>
<attribute name="label" translatable="yes">_Servers</attribute>
<attribute name="action">app.servers</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">_About Snap Control</attribute>
<attribute name="action">app.about</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Quit</attribute>
<attribute name="action">app.quit</attribute>
<attribute name="accel">&lt;Primary&gt;q</attribute>
</item>
</section>
</menu>
</interface>