From 8766744aa4a94193dd03bba39086e4522914e8ef Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 16 Jan 2021 10:22:24 -0500 Subject: Popup window options (#1245) * Add popupWindow options * Add toBoolean converter * Add settings * Use new options * Add test link * Fix window state not working * Make the window section advanced only --- ext/bg/settings2.html | 125 ++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 122 insertions(+), 3 deletions(-) (limited to 'ext/bg/settings2.html') diff --git a/ext/bg/settings2.html b/ext/bg/settings2.html index 08dc92d5..33edca69 100644 --- a/ext/bg/settings2.html +++ b/ext/bg/settings2.html @@ -28,7 +28,7 @@ Popup Appearance Position & Size - Window + Window Audio Text Parsing Sentence Parsing @@ -921,11 +921,12 @@ -
+ -
+
@@ -989,6 +990,123 @@
+
+
+
Size
+
Control the size of the window, in pixels.
+
+
+
+
+
Width
+ +
+
+
Height
+ +
+
+
+
+
+
+
Left position
+
Control the left position of the window, in pixels.
+
+
+
+ +
+
Mode
+ +
+
+
+
+
+
+
Top position
+
Control the top position of the window, in pixels.
+
+
+
+ +
+
Mode
+ +
+
+
+
+
+
+
Window style
+
Change the appearance of the window.
+
+
+
+
+
Type
+ +
+
+
State
+ +
+
+
+
@@ -2971,6 +3089,7 @@ + -- cgit v1.2.3