2023-02-13 15:08:36 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<menu id="more_menu">
|
|
|
|
<section>
|
|
|
|
<item>
|
2023-09-17 21:36:11 +08:00
|
|
|
<attribute name='label'>Restart </attribute>
|
2023-02-13 15:08:36 +08:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name='label'>Sleep</attribute>
|
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<attribute name='label'>Log off</attribute>
|
2023-09-17 21:32:30 +08:00
|
|
|
<attribute name='action'>win.quit</attribute>
|
2023-02-13 15:08:36 +08:00
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
</menu>
|
|
|
|
</interface>
|