Add device notifications enabled switch (#9324)
This commit is contained in:
parent
1a0dbbf192
commit
e15ef9f3de
9 changed files with 251 additions and 31 deletions
|
@ -790,6 +790,10 @@ export const SETTINGS: {[setting: string]: ISetting} = {
|
|||
default: false,
|
||||
controller: new NotificationsEnabledController(),
|
||||
},
|
||||
"deviceNotificationsEnabled": {
|
||||
supportedLevels: [SettingLevel.DEVICE],
|
||||
default: false,
|
||||
},
|
||||
"notificationSound": {
|
||||
supportedLevels: LEVELS_ROOM_OR_ACCOUNT,
|
||||
default: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue