Make the room list labs setting reload on change

Should fix confusing signals sent by having the room list visible but non-functional.
pull/21833/head
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

@ -432,7 +432,7 @@
"Render simple counters in room header": "Render simple counters in room header", "Render simple counters in room header": "Render simple counters in room header",
"Multiple integration managers": "Multiple integration managers", "Multiple integration managers": "Multiple integration managers",
"Try out new ways to ignore people (experimental)": "Try out new ways to ignore people (experimental)", "Try out new ways to ignore people (experimental)": "Try out new ways to ignore people (experimental)",
"Use the improved room list (in development - refresh to apply changes)": "Use the improved room list (in development - refresh to apply changes)", "Use the improved room list (in development - will refresh to apply changes)": "Use the improved room list (in development - will refresh to apply changes)",
"Support adding custom themes": "Support adding custom themes", "Support adding custom themes": "Support adding custom themes",
"Use IRC layout": "Use IRC layout", "Use IRC layout": "Use IRC layout",
"Show info about bridges in room settings": "Show info about bridges in room settings", "Show info about bridges in room settings": "Show info about bridges in room settings",

View File

@ -140,9 +140,10 @@ export const SETTINGS = {
}, },
"feature_new_room_list": { "feature_new_room_list": {
isFeature: true, 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, supportedLevels: LEVELS_FEATURE,
default: false, default: false,
controller: new ReloadOnChangeController(),
}, },
"feature_custom_themes": { "feature_custom_themes": {
isFeature: true, isFeature: true,