The dark theme option is broken with themes that don't ship a dark variant. The episode garbage collection doesn't seem useful being configurable at all. The gsettings are still there, this just removes the ui dialog since nothing useful made it into it ever. Also, less toggles the better. http://www.islinuxaboutchoice.com/
37 lines
1.2 KiB
XML
37 lines
1.2 KiB
XML
<?xml version="1.0"?>
|
|
<interface>
|
|
<!-- interface-requires gtk+ 3.0 -->
|
|
<menu id="menu">
|
|
<section>
|
|
<item>
|
|
<attribute name="label" translatable="yes">_Check for New Episodes</attribute>
|
|
<attribute name="action">win.refresh</attribute>
|
|
<attribute name="accel"><primary>r</attribute>
|
|
</item>
|
|
<item>
|
|
<attribute name="label" translatable="yes">_Import Shows</attribute>
|
|
<attribute name="action">win.import</attribute>
|
|
</item>
|
|
<item>
|
|
<attribute name="label" translatable="yes">_Export Shows</attribute>
|
|
<attribute name="action">win.export</attribute>
|
|
</item>
|
|
</section>
|
|
<section>
|
|
<item>
|
|
<attribute name="label" translatable="yes">_Keyboard Shortcuts</attribute>
|
|
<attribute name="action">win.show-help-overlay</attribute>
|
|
</item>
|
|
<!-- <item> -->
|
|
<!-- <attribute name="label" translatable="yes">_Help</attribute> -->
|
|
<!-- <attribute name="action">win.help</attribute> -->
|
|
<!-- </item> -->
|
|
<item>
|
|
<attribute name="label" translatable="yes">_About Podcasts</attribute>
|
|
<attribute name="action">win.about</attribute>
|
|
</item>
|
|
</section>
|
|
</menu>
|
|
</interface>
|
|
|