fix beta disabled behaviour
This commit is contained in:
parent
042ca65806
commit
2435332d37
3 changed files with 5 additions and 2 deletions
|
@ -131,6 +131,8 @@ export interface ISetting {
|
|||
export const SETTINGS: {[setting: string]: ISetting} = {
|
||||
"feature_spaces": {
|
||||
isFeature: true,
|
||||
displayName: _td("Spaces prototype. Incompatible with Communities, Communities v2 and Custom Tags. " +
|
||||
"Requires compatible homeserver for some features."),
|
||||
supportedLevels: LEVELS_FEATURE,
|
||||
default: false,
|
||||
controller: new ReloadOnChangeController(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue