diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-12-28 22:54:12 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-28 22:54:12 -0500 |
commit | 7536f1df259172596b453e25a041f9f1bdce4b02 (patch) | |
tree | b4156dbef3cbc1443a84762032cb325271d59b57 /ext/bg | |
parent | b6038c87b66630b341e431a4722856c9a3a282ed (diff) |
Change global.useSettingsV2 default value to true (#1168)
Diffstat (limited to 'ext/bg')
-rw-r--r-- | ext/bg/data/options-schema.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/data/options-schema.json b/ext/bg/data/options-schema.json index 6490bedc..a22ae8a1 100644 --- a/ext/bg/data/options-schema.json +++ b/ext/bg/data/options-schema.json @@ -838,7 +838,7 @@ }, "useSettingsV2": { "type": "boolean", - "default": false + "default": true } } } |