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:
parent
a816f494e4
commit
5f2d92c607
2 changed files with 3 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue