modified resources
This commit is contained in:
parent
d2ff6e2a74
commit
bbb0c2feaa
16
resources/appmenu.xml
Normal file
16
resources/appmenu.xml
Normal 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.
@ -2,5 +2,6 @@
|
|||||||
<gresources>
|
<gresources>
|
||||||
<gresource prefix="/com/wyattjmiller/snespatcher">
|
<gresource prefix="/com/wyattjmiller/snespatcher">
|
||||||
<file>style.css</file>
|
<file>style.css</file>
|
||||||
|
<file>appmenu.xml</file>
|
||||||
</gresource>
|
</gresource>
|
||||||
</gresources>
|
</gresources>
|
||||||
|
Loading…
Reference in New Issue
Block a user