Hamburger: Hide unimplemented menu actions.

This commit is contained in:
Jordan Petridis 2018-07-24 06:47:43 +03:00
parent edae1b0480
commit 0dcc95cd34
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6

View File

@ -12,10 +12,10 @@
<attribute name="label" translatable="yes">_Import Shows</attribute> <attribute name="label" translatable="yes">_Import Shows</attribute>
<attribute name="action">win.import</attribute> <attribute name="action">win.import</attribute>
</item> </item>
<item> <!-- <item> -->
<attribute name="label" translatable="yes">_Export Shows</attribute> <!-- <attribute name="label" translatable="yes">_Export Shows</attribute> -->
<attribute name="action">win.export</attribute> <!-- <attribute name="action">win.export</attribute> -->
</item> <!-- </item> -->
</section> </section>
<section> <section>
<item> <item>
@ -29,10 +29,10 @@
<attribute name="label" translatable="yes">_Keyboard Shortcuts</attribute> <attribute name="label" translatable="yes">_Keyboard Shortcuts</attribute>
<attribute name="action">win.show-help-overlay</attribute> <attribute name="action">win.show-help-overlay</attribute>
</item> </item>
<item> <!-- <item> -->
<attribute name="label" translatable="yes">_Help</attribute> <!-- <attribute name="label" translatable="yes">_Help</attribute> -->
<attribute name="action">win.help</attribute> <!-- <attribute name="action">win.help</attribute> -->
</item> <!-- </item> -->
<item> <item>
<attribute name="label" translatable="yes">_About</attribute> <attribute name="label" translatable="yes">_About</attribute>
<attribute name="action">win.about</attribute> <attribute name="action">win.about</attribute>