Make the room list labs setting reload on change

Should fix confusing signals sent by having the room list visible but non-functional.
This commit is contained in:
Travis Ralston 2020-06-17 08:21:08 -06:00
parent a816f494e4
commit 5f2d92c607
2 changed files with 3 additions and 2 deletions

View file

@ -140,9 +140,10 @@ export const SETTINGS = {
},
"feature_new_room_list": {
isFeature: true,
displayName: _td("Use the improved room list (in development - refresh to apply changes)"),
displayName: _td("Use the improved room list (in development - will refresh to apply changes)"),
supportedLevels: LEVELS_FEATURE,
default: false,
controller: new ReloadOnChangeController(),
},
"feature_custom_themes": {
isFeature: true,