mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Move setting to account only (no per-room)
This commit is contained in:
parent
cbee9146a6
commit
784e73831b
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ export const SETTINGS = {
|
||||||
},
|
},
|
||||||
// TODO: Wire up appropriately to UI (FTUE notifications)
|
// TODO: Wire up appropriately to UI (FTUE notifications)
|
||||||
"Notifications.alwaysShowBadgeCounts": {
|
"Notifications.alwaysShowBadgeCounts": {
|
||||||
supportedLevels: LEVELS_ROOM_OR_ACCOUNT,
|
supportedLevels: ['account'],
|
||||||
default: false,
|
default: false,
|
||||||
},
|
},
|
||||||
"useCompactLayout": {
|
"useCompactLayout": {
|
||||||
|
|
Loading…
Reference in a new issue