diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-11-15 14:16:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-15 14:16:11 -0500 |
commit | e4f28b31ce594f16483347d35fe55265d68cbe53 (patch) | |
tree | b5f095850bb920c1efd98d57a9d437f4f9d341aa | |
parent | d66a5e3b87912f7df0ac4b6dc1c2d2d127702d4f (diff) |
Move "Enable native popups" option and make advanced (#1037)
-rw-r--r-- | ext/bg/settings.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html index 6ec89269..d3b13354 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -136,10 +136,6 @@ <label><input type="checkbox" id="enable" data-setting="general.enable"> Enable content scanning</label> </div> - <div class="checkbox ignore-form-changes" data-hide-for-browser="firefox-mobile"> - <label><input type="checkbox" id="enable-clipboard-popups"> Enable native popups when copying Japanese text</label> - </div> - <div class="checkbox"> <label><input type="checkbox" id="show-usage-guide" data-setting="general.showGuide"> Show usage guide on startup</label> </div> @@ -156,6 +152,10 @@ <label><input type="checkbox" id="show-advanced-options" data-setting="general.showAdvanced" data-transform-pre="setDocumentAttribute" data-transform-post="setDocumentAttribute" data-document-attribute="data-options-general-show-advanced"> Show advanced options</label> </div> + <div class="checkbox options-advanced ignore-form-changes" data-hide-for-browser="firefox-mobile"> + <label><input type="checkbox" id="enable-clipboard-popups"> Enable native popups when copying Japanese text</label> + </div> + <div class="checkbox options-advanced"> <label><input type="checkbox" id="popup-scale-relative-to-page-zoom" data-setting="general.popupScaleRelativeToPageZoom"> Change popup size relative to page zoom level</label> </div> |