diff options
Diffstat (limited to 'ext/bg/data/options-schema.json')
-rw-r--r-- | ext/bg/data/options-schema.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/data/options-schema.json b/ext/bg/data/options-schema.json index 151a7fe3..5d23df02 100644 --- a/ext/bg/data/options-schema.json +++ b/ext/bg/data/options-schema.json @@ -283,7 +283,7 @@ "popupActionBarLocation": { "type": "string", "enum": ["left", "right", "top", "bottom"], - "default": "right" + "default": "top" } } }, |