23 lines
801 B
XML
23 lines
801 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<interface>
|
||
|
<menu id="app-menu">
|
||
|
<section>
|
||
|
<item>
|
||
|
<attribute name='label'>Change background</attribute>
|
||
|
<attribute name='action'>app.back</attribute>
|
||
|
</item>
|
||
|
<item>
|
||
|
<attribute name='label'>Default background</attribute>
|
||
|
<attribute name='action'>app.default</attribute>
|
||
|
</item>
|
||
|
<item>
|
||
|
<attribute name='label'>About</attribute>
|
||
|
<attribute name="action">app.about</attribute>
|
||
|
</item>
|
||
|
<item>
|
||
|
<attribute name='label'>Exit</attribute>
|
||
|
<attribute name='action'>app.quit</attribute>
|
||
|
</item>
|
||
|
</section>
|
||
|
</menu>
|
||
|
</interface>
|