From 49b603c7561c1f39cd79c969e00b6069cedb2397 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 14 Mar 2021 22:51:48 -0400 Subject: Remove old settings page (#1524) * Remove old settings page * Remove spinner.gif --- ext/data/schemas/options-schema.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'ext/data/schemas') diff --git a/ext/data/schemas/options-schema.json b/ext/data/schemas/options-schema.json index d1681bdd..c9d9be6d 100644 --- a/ext/data/schemas/options-schema.json +++ b/ext/data/schemas/options-schema.json @@ -1087,8 +1087,7 @@ "global": { "type": "object", "required": [ - "database", - "useSettingsV2" + "database" ], "properties": { "database": { @@ -1102,10 +1101,6 @@ "default": false } } - }, - "useSettingsV2": { - "type": "boolean", - "default": true } } } -- cgit v1.2.3