mirror of
https://github.com/TakeV-Lambda/dino.git
synced 2024-11-03 14:27:47 +00:00
21 lines
626 B
Text
21 lines
626 B
Text
|
<interface>
|
||
|
<menu id="menu_app">
|
||
|
<section>
|
||
|
<item>
|
||
|
<attribute name="action">app.accounts</attribute>
|
||
|
<attribute name="label">Accounts</attribute>
|
||
|
</item>
|
||
|
<item>
|
||
|
<attribute name="action">app.settings</attribute>
|
||
|
<attribute name="label">Settings</attribute>
|
||
|
</item>
|
||
|
</section>
|
||
|
<section>
|
||
|
<item>
|
||
|
<attribute name="action">app.quit</attribute>
|
||
|
<attribute name="label">Quit</attribute>
|
||
|
</item>
|
||
|
</section>
|
||
|
</menu>
|
||
|
</interface>
|