Change settings to true by default (#25)
This commit is contained in:
parent
07125f554d
commit
03004a55fd
7 changed files with 5 additions and 6 deletions
|
@ -280,7 +280,7 @@ export const SETTINGS: { [setting: string]: ISetting } = {
|
|||
displayName: _td("labs|pinning"),
|
||||
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG_PRIORITISED,
|
||||
supportedLevelsAreOrdered: true,
|
||||
default: false,
|
||||
default: true,
|
||||
},
|
||||
"feature_wysiwyg_composer": {
|
||||
isFeature: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue