mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
Allows customizing various settings. For now it includes player seeking times and mode customization. More options will be added in the future.
24 lines
652 B
XML
24 lines
652 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<menu id="settingsMenu">
|
|
<section>
|
|
<item>
|
|
<attribute name="label" translatable="yes">Preferences</attribute>
|
|
<attribute name="action">app.prefs</attribute>
|
|
</item>
|
|
</section>
|
|
<section>
|
|
<!--
|
|
<item>
|
|
<attribute name="label" translatable="yes">Keyboard Shortcuts</attribute>
|
|
<attribute name="action">app.shortcuts</attribute>
|
|
</item>
|
|
-->
|
|
<item>
|
|
<attribute name="label" translatable="yes">About Clapper</attribute>
|
|
<attribute name="action">app.about</attribute>
|
|
</item>
|
|
</section>
|
|
</menu>
|
|
</interface>
|