Move notifications bell back in labs

This commit is contained in:
Germain 2023-08-31 21:21:32 +01:00
parent 45094bda7c
commit a5e186b978
3 changed files with 23 additions and 10 deletions

View file

@ -552,6 +552,14 @@ export const SETTINGS: { [setting: string]: ISetting } = {
default: false,
controller: new ReloadOnChangeController(),
},
"feature_notifications": {
isFeature: true,
labsGroup: LabGroup.Messaging,
displayName: _td("labs|notifications"),
supportedLevels: LEVELS_FEATURE,
default: false,
controller: new ReloadOnChangeController(),
},
"useCompactLayout": {
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
displayName: _td("Use a more compact 'Modern' layout"),