modified resources

This commit is contained in:
Wyatt J. Miller 2021-08-25 19:39:50 -04:00
parent d2ff6e2a74
commit bbb0c2feaa
3 changed files with 17 additions and 0 deletions

16
resources/appmenu.xml Normal file
View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<menu id='app-menu'>
<section>
<item>
<attribute name='label' translatable='yes'>_About SNES Patcher</attribute>
<attribute name='action'>app.about</attribute>
</item>
<item>
<attribute name='label' translatable='yes'>_Quit</attribute>
<attribute name='action'>app.quit</attribute>
</item>
</section>
</menu>
</interface>

Binary file not shown.

View File

@ -2,5 +2,6 @@
<gresources>
<gresource prefix="/com/wyattjmiller/snespatcher">
<file>style.css</file>
<file>appmenu.xml</file>
</gresource>
</gresources>