Add Continue Watching toggle to tab bar settings

Exposes ContinueWatchingView as an opt-in compact tab bar item,
hidden by default. Uses a short "Continue" label since the full
"Continue Watching" string does not fit as a tab bar title.
This commit is contained in:
Arkadiusz Fal
2026-04-17 21:52:10 +02:00
parent 096df34f64
commit 13ade8aad3
4 changed files with 27 additions and 2 deletions

View File

@@ -16712,6 +16712,17 @@
}
}
},
"tabBar.item.continueWatching" : {
"comment" : "Tab bar item title for continue watching (short title)",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Continue"
}
}
}
},
"tabBar.item.sources" : {
"comment" : "Tab bar item title for sources",
"localizations" : {