mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
Mark the new room list as ready for general testing
This commit is contained in:
parent
69c5aecfc7
commit
0e9ef8804d
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ export const SETTINGS = {
|
|||
},
|
||||
"feature_new_room_list": {
|
||||
isFeature: true,
|
||||
displayName: _td("Use the improved room list (in development - will refresh to apply changes)"),
|
||||
displayName: _td("Use the improved room list (will refresh to apply changes)"),
|
||||
supportedLevels: LEVELS_FEATURE,
|
||||
default: false,
|
||||
controller: new ReloadOnChangeController(),
|
||||
|
|
Loading…
Reference in a new issue