diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-12-20 22:16:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-20 22:16:38 -0500 |
commit | abc017545c6fce1c4b754a560f19d3ccaaf82eca (patch) | |
tree | 6459d86296ac5b8f452988873804138ea23da424 /ext/bg/data/options-schema.json | |
parent | abfe066d7ee97e83c3ffa1cac3eb3eb75a0ea856 (diff) |
Update the popup preview to always be visible on the settings v2 page (#1151)
Diffstat (limited to 'ext/bg/data/options-schema.json')
-rw-r--r-- | ext/bg/data/options-schema.json | 5 |
1 files changed, 0 insertions, 5 deletions
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 |