Flag a couple features as having dependencies

This commit is contained in:
Travis Ralston 2021-08-23 20:27:29 -06:00
parent 32343f3382
commit 8237497bc4
2 changed files with 4 additions and 4 deletions

View file

@ -233,7 +233,7 @@ export const SETTINGS: {[setting: string]: ISetting} = {
},
"feature_many_integration_managers": {
isFeature: true,
displayName: _td("Multiple integration managers"),
displayName: _td("Multiple integration managers (requires manual setup)"),
supportedLevels: LEVELS_FEATURE,
default: false,
},
@ -668,7 +668,7 @@ export const SETTINGS: {[setting: string]: ISetting} = {
},
"lowBandwidth": {
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG,
displayName: _td('Low bandwidth mode'),
displayName: _td('Low bandwidth mode (requires compatible homeserver)'),
default: false,
controller: new ReloadOnChangeController(),
},