From 7536f1df259172596b453e25a041f9f1bdce4b02 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Mon, 28 Dec 2020 22:54:12 -0500 Subject: [PATCH] Change global.useSettingsV2 default value to true (#1168) --- ext/bg/data/options-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } } }