Add notification settings, which allows muting decky/plugin toast notifications (#479)

* Add notification settings, which allows muting decky/plugin toast notifications

* Fix typos
This commit is contained in:
Jonas Dellinger
2023-06-24 12:59:39 +02:00
committed by GitHub
parent 143461d597
commit ef9afa8cbc
6 changed files with 123 additions and 12 deletions

View File

@@ -186,6 +186,11 @@
},
"updates": {
"header": "Updates"
},
"notifications": {
"header": "Notifications",
"decky_updates_label": "Decky update available",
"plugin_updates_label": "Plugin updates available"
}
},
"SettingsIndex": {