Add Enable All / Disable All menu to channel notifications settings

This commit is contained in:
Arkadiusz Fal
2026-02-12 07:55:56 +01:00
parent 0cfe365d4f
commit 4f954b7c9c
2 changed files with 52 additions and 0 deletions

View File

@@ -11354,6 +11354,28 @@
}
}
},
"settings.notifications.disableAll" : {
"comment" : "Button to disable notifications for all channels",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Disable All"
}
}
}
},
"settings.notifications.enableAll" : {
"comment" : "Button to enable notifications for all channels",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Enable All"
}
}
}
},
"settings.notifications.noSubscriptions.description" : {
"comment" : "Description when no subscriptions exist",
"localizations" : {