mod: adjustments

This commit is contained in:
2026-08-27 22:50:40 -04:00
parent 2f4cfe51b7
commit 8c44a35398
3 changed files with 90 additions and 6 deletions
+17
View File
@@ -2,6 +2,23 @@
<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>