2021-06-21 23:05:49 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<menu id='app-menu'>
|
|
|
|
<section>
|
2021-09-20 10:46:08 +08:00
|
|
|
<item>
|
|
|
|
<attribute name='label'>Configs</attribute>
|
|
|
|
<attribute name='action'>win.configs</attribute>
|
|
|
|
</item>
|
2021-06-22 14:19:59 +08:00
|
|
|
<submenu>
|
|
|
|
<attribute name='label'>Backgrounds</attribute>
|
|
|
|
<item>
|
|
|
|
<attribute name='label'>XeRelease8-9</attribute>
|
|
|
|
<attribute name='action'>win.back1</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name='label'>XeRelease10-12</attribute>
|
|
|
|
<attribute name='action'>win.back2</attribute>
|
2021-06-21 23:05:49 +08:00
|
|
|
</item>
|
|
|
|
</submenu>
|
|
|
|
<item>
|
|
|
|
<attribute name='label'>About</attribute>
|
2021-06-22 14:19:59 +08:00
|
|
|
<attribute name='action'>win.about</attribute>
|
2021-06-21 23:05:49 +08:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name='label'>Exit</attribute>
|
2021-06-22 14:19:59 +08:00
|
|
|
<attribute name='action'>win.quit</attribute>
|
2021-06-21 23:05:49 +08:00
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
</menu>
|
|
|
|
</interface>
|