added setting

This commit is contained in:
Vito0912 2025-03-18 09:08:35 +01:00
parent dd5da33a81
commit 25eefa93d6
No known key found for this signature in database
GPG Key ID: 29A3D509FE70B237
2 changed files with 4 additions and 2 deletions

View File

@ -75,9 +75,9 @@
<div class="p-2 w-full md:w-1/2">
<div class="flex items-center">
<ui-toggle-switch v-model="listenAgainOrdered" size="sm" @input="formUpdated" />
<ui-tooltip :text="$strings.LabelSettingsOnlyShowLaterBooksInContinueSeriesHelp">
<ui-tooltip :text="$strings.LabelListenAgainOrderedHelp">
<p class="pl-4 text-sm">
{{ $strings.LabelSettingsOnlyShowLaterBooksInContinueSeries }}
{{ $strings.LabelListenAgainOrdered }}
<span class="material-symbols icon-text text-sm">info</span>
</p>
</ui-tooltip>

View File

@ -418,6 +418,8 @@
"LabelLimit": "Limit",
"LabelLineSpacing": "Line spacing",
"LabelListenAgain": "Listen Again",
"LabelListenAgainOrdered": "Sort listen again by finish date",
"LabelListenAgainOrderedHelp": "If enabled, the listen again section in the shelf view will be sorted by the finish date instead of random order.",
"LabelLogLevelDebug": "Debug",
"LabelLogLevelInfo": "Info",
"LabelLogLevelWarn": "Warn",