mirror of
https://github.com/TakeV-Lambda/dino.git
synced 2024-11-01 13:40:20 +00:00
15 lines
508 B
XML
15 lines
508 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<menu id="menu_app">
|
|
<section>
|
|
<item>
|
|
<attribute name="action">app.accounts</attribute>
|
|
<attribute name="label" translatable="yes">Accounts</attribute>
|
|
</item>
|
|
<item>
|
|
<attribute name="action">app.settings</attribute>
|
|
<attribute name="label" translatable="yes">Settings</attribute>
|
|
</item>
|
|
</section>
|
|
</menu>
|
|
</interface>
|