Skip to content

Commit 97d8786

Browse files
authored
Merge pull request matrix-org#4780 from matrix-org/travis/room-list/reload
Make the room list labs setting reload on change
2 parents 07f13f2 + 5f2d92c commit 97d8786

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/i18n/strings/en_EN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@
432432
"Render simple counters in room header": "Render simple counters in room header",
433433
"Multiple integration managers": "Multiple integration managers",
434434
"Try out new ways to ignore people (experimental)": "Try out new ways to ignore people (experimental)",
435-
"Use the improved room list (in development - refresh to apply changes)": "Use the improved room list (in development - refresh to apply changes)",
435+
"Use the improved room list (in development - will refresh to apply changes)": "Use the improved room list (in development - will refresh to apply changes)",
436436
"Support adding custom themes": "Support adding custom themes",
437437
"Use IRC layout": "Use IRC layout",
438438
"Show info about bridges in room settings": "Show info about bridges in room settings",

src/settings/Settings.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,10 @@ export const SETTINGS = {
140140
},
141141
"feature_new_room_list": {
142142
isFeature: true,
143-
displayName: _td("Use the improved room list (in development - refresh to apply changes)"),
143+
displayName: _td("Use the improved room list (in development - will refresh to apply changes)"),
144144
supportedLevels: LEVELS_FEATURE,
145145
default: false,
146+
controller: new ReloadOnChangeController(),
146147
},
147148
"feature_custom_themes": {
148149
isFeature: true,

0 commit comments

Comments
 (0)