mirror of
https://github.com/TakeV-Lambda/dino.git
synced 2024-11-03 14:27:47 +00:00
25 lines
930 B
XML
25 lines
930 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>
|
|
<section>
|
|
<item>
|
|
<attribute name="action">app.open_shortcuts</attribute>
|
|
<attribute name="label" translatable="yes">Keyboard Shortcuts</attribute>
|
|
</item>
|
|
<item>
|
|
<attribute name="action">app.about</attribute>
|
|
<attribute name="label" translatable="yes">About Dino</attribute>
|
|
</item>
|
|
</section>
|
|
</menu>
|
|
</interface>
|