Files
snespatcher/resources/appmenu.xml
T
2026-08-27 22:50:40 -04:00

36 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<menu id="app-menu">
<section>
<submenu>
<attribute name="label" translatable="yes">_Appearance</attribute>
<section>
<item>
<attribute name="label" translatable="yes">Follow _System</attribute>
<attribute name="action">app.theme</attribute>
<attribute name="target">system</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Dark</attribute>
<attribute name="action">app.theme</attribute>
<attribute name="target">dark</attribute>
</item>
</section>
</submenu>
</section>
<section>
<item>
<attribute name="label" translatable="yes">_About SNES Patcher</attribute>
<attribute name="action">app.about</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">_Quit</attribute>
<attribute name="action">app.quit</attribute>
</item>
</section>
</menu>
</interface>