Use IncompatibleController to disable showLocation via labs flag (#7566)
This commit is contained in:
parent
a2f09480ee
commit
e1cdbe1e54
2 changed files with 5 additions and 11 deletions
|
@ -418,7 +418,7 @@ export const SETTINGS: {[setting: string]: ISetting} = {
|
|||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||
displayName: _td('Enable location sharing'),
|
||||
default: true,
|
||||
controller: new UIFeatureController(UIFeature.Widgets, false),
|
||||
controller: new IncompatibleController("feature_location_share", false, false),
|
||||
},
|
||||
// TODO: Wire up appropriately to UI (FTUE notifications)
|
||||
"Notifications.alwaysShowBadgeCounts": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue