mirror of https://github.com/vector-im/riot-web
Move setting to account only (no per-room)
parent
cbee9146a6
commit
784e73831b
|
@ -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 New Issue