join sections

This commit is contained in:
Christian Hergert
2019-05-19 11:27:00 -07:00
parent 688b6a2189
commit 2c8d6c0e3e

View File

@ -13,14 +13,12 @@
<attribute name="accel">&lt;primary&gt;n</attribute> <attribute name="accel">&lt;primary&gt;n</attribute>
</item> </item>
</section> </section>
<section id="win-menu-open"> <section id="win-menu-file">
<item> <item>
<attribute name="label" translatable="yes">Open Recording…</attribute> <attribute name="label" translatable="yes">Open Recording…</attribute>
<attribute name="action">app.open-capture</attribute> <attribute name="action">app.open-capture</attribute>
<attribute name="accel">&lt;primary&gt;o</attribute> <attribute name="accel">&lt;primary&gt;o</attribute>
</item> </item>
</section>
<section id="win-menu-save">
<item> <item>
<attribute name="label" translatable="yes">Save Recording…</attribute> <attribute name="label" translatable="yes">Save Recording…</attribute>
<attribute name="action">win.save-capture</attribute> <attribute name="action">win.save-capture</attribute>