aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/data/options-schema.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-12-20 22:16:38 -0500
committerGitHub <noreply@github.com>2020-12-20 22:16:38 -0500
commitabc017545c6fce1c4b754a560f19d3ccaaf82eca (patch)
tree6459d86296ac5b8f452988873804138ea23da424 /ext/bg/data/options-schema.json
parentabfe066d7ee97e83c3ffa1cac3eb3eb75a0ea856 (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.json5
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