Add Open URL and Remote Control as sidebar items

After disabling home shortcuts on tvOS, Open URL and Remote Control had
no entry point. Add them as configurable sidebar main items. Remote
Control defaults to visible on tvOS; Open URL defaults to hidden on all
platforms.
This commit is contained in:
Arkadiusz Fal
2026-04-15 06:09:32 +02:00
parent e141a168f0
commit d422bf13e5
5 changed files with 218 additions and 49 deletions

View File

@@ -14195,6 +14195,28 @@
}
}
},
"sidebar.mainItem.openURL" : {
"comment" : "Sidebar main navigation item for opening a URL",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Open URL"
}
}
}
},
"sidebar.mainItem.remoteControl" : {
"comment" : "Sidebar main navigation item for remote control",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Remote Control"
}
}
}
},
"sidebar.mainItem.search" : {
"comment" : "Sidebar main navigation item for search",
"localizations" : {