mirror of
https://github.com/yattee/yattee.git
synced 2026-05-12 02:17:46 +00:00
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:
@@ -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" : {
|
||||
|
||||
Reference in New Issue
Block a user