aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/data
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-12-28 22:54:12 -0500
committerGitHub <noreply@github.com>2020-12-28 22:54:12 -0500
commit7536f1df259172596b453e25a041f9f1bdce4b02 (patch)
treeb4156dbef3cbc1443a84762032cb325271d59b57 /ext/bg/data
parentb6038c87b66630b341e431a4722856c9a3a282ed (diff)
Change global.useSettingsV2 default value to true (#1168)
Diffstat (limited to 'ext/bg/data')
-rw-r--r--ext/bg/data/options-schema.json2
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
}
}
}