diff --git a/ext/bg/css/settings2.css b/ext/bg/css/settings2.css index 765a9c55..80217d9b 100644 --- a/ext/bg/css/settings2.css +++ b/ext/bg/css/settings2.css @@ -317,6 +317,7 @@ h3 { .icon[data-icon=magnifying-glass] { --icon-image: url(/mixed/img/magnifying-glass.svg); } .icon[data-icon=collapse] { --icon-image: url(/mixed/img/collapse.svg); } .icon[data-icon=expand] { --icon-image: url(/mixed/img/expand.svg); } +.icon[data-icon=window] { --icon-image: url(/mixed/img/window.svg); } /* Content layout */ diff --git a/ext/bg/settings2.html b/ext/bg/settings2.html index 2f448370..850b6794 100644 --- a/ext/bg/settings2.html +++ b/ext/bg/settings2.html @@ -28,6 +28,7 @@ Popup Appearance Position & Size + Window Audio Text Parsing Translation @@ -525,69 +526,6 @@
-- Instead of showing definitions in a popup embedded into the webpage, - a native browser window containing the popup content will be opened instead. - This window will be shared across all tabs. -
-- Less… -
-- When Japanese text is copied to the clipboard, a browser window popup searching for the clipboard - text will be opened. - This can be useful for using Yomichan to scan text from external applications. -
-- This feature requires Yomichan to have clipboard reading permissions, and when this option is enabled, - the clipboard will be frequently polled for new text. -
-- Alternatively, this feature can be enabled only on the search page, and clipboard contents polling will - only be performed when the search page is already open. -
-- Less… -
-+ Instead of showing definitions in a popup embedded into the webpage, + a native browser window containing the popup content will be opened instead. + This window will be shared across all tabs. +
++ Less… +
++ When Japanese text is copied to the clipboard, a browser window popup searching for the clipboard + text will be opened. + This can be useful for using Yomichan to scan text from external applications. +
++ This feature requires Yomichan to have clipboard reading permissions, and when this option is enabled, + the clipboard will be frequently polled for new text. +
++ Alternatively, this feature can be enabled only on the search page, and clipboard contents polling will + only be performed when the search page is already open. +
++ Less… +
+