summaryrefslogtreecommitdiff
path: root/ext/bg/data/options-schema.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-12-22 18:22:14 -0500
committerGitHub <noreply@github.com>2020-12-22 18:22:14 -0500
commitc03340c4aa77c0a84b28bf18407aa79972697213 (patch)
treee9ac15274cf7e952ac19a3d53e160f4a4ed4a278 /ext/bg/data/options-schema.json
parentd0adf2ca156f92c4f62e8ee5082f26e21e4fde70 (diff)
Change popupCurrentIndicatorMode default to triangle (#1161)
Diffstat (limited to 'ext/bg/data/options-schema.json')
-rw-r--r--ext/bg/data/options-schema.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/data/options-schema.json b/ext/bg/data/options-schema.json
index e4eb4a4e..6490bedc 100644
--- a/ext/bg/data/options-schema.json
+++ b/ext/bg/data/options-schema.json
@@ -272,7 +272,7 @@
"popupCurrentIndicatorMode": {
"type": "string",
"enum": ["none", "asterisk", "triangle", "bar-left", "bar-right", "dot-left", "dot-right"],
- "default": "bar-left"
+ "default": "triangle"
},
"popupActionBarVisibility": {
"type": "string",