From abc017545c6fce1c4b754a560f19d3ccaaf82eca Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 20 Dec 2020 22:16:38 -0500 Subject: Update the popup preview to always be visible on the settings v2 page (#1151) --- ext/bg/data/options-schema.json | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ext/bg/data') diff --git a/ext/bg/data/options-schema.json b/ext/bg/data/options-schema.json index 7fed4909..e4eb4a4e 100644 --- a/ext/bg/data/options-schema.json +++ b/ext/bg/data/options-schema.json @@ -821,7 +821,6 @@ "type": "object", "required": [ "database", - "showPopupPreview", "useSettingsV2" ], "properties": { @@ -837,10 +836,6 @@ } } }, - "showPopupPreview": { - "type": "boolean", - "default": false - }, "useSettingsV2": { "type": "boolean", "default": false -- cgit v1.2.3