Move toggleRemainingTime to general settings group

This commit is contained in:
Bart De Vries 2021-04-27 20:48:51 +02:00
parent 4d526e89c3
commit 6938b331c3

View File

@ -13,6 +13,10 @@
<label>Automatically add new episodes to queue</label>
<default>true</default>
</entry>
<entry name="toggleRemainingTime" type="Bool">
<label>Whether the player shows remaining track time instead of total track time</label>
<default>false</default>
</entry>
<entry name="autoDownload" type="Bool">
<label>Automatically download new episodes</label>
<default>false</default>
@ -43,9 +47,5 @@
<label>The top-level page that was open at shutdown</label>
<default>FeedListPage</default>
</entry>
<entry name="toggleRemainingTime" type="Bool">
<label>Whether the player shows remaining track time instead of total track time</label>
<default>false</default>
</entry>
</group>
</kcfg>