From 25080ac82eef83fdaa921e2a8b12261130b8ac85 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 10 Jan 2021 16:49:40 -0500 Subject: Change popupActionBarLocation to top (#1222) --- ext/bg/data/options-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/bg/data') 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" } } }, -- cgit v1.2.3