diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2020-02-10 11:12:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-10 11:12:36 +0200 |
commit | cbfae2b9d7a5c8824edd7d2d7f80fdacd15cd333 (patch) | |
tree | 26761e13bc7bcb9c3170c477ca0fe8efe43de813 /ext/bg/settings.html | |
parent | d5708de4eed15567e14e0c1fd4998561eee1680e (diff) | |
parent | 14b9f4a82781b9a5044e22437f6b0b02af67a120 (diff) |
Merge pull request #333 from siikamiika/native-popup-windows
Native popup windows
Diffstat (limited to 'ext/bg/settings.html')
-rw-r--r-- | ext/bg/settings.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html index 3480b124..57616873 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -134,6 +134,10 @@ <label><input type="checkbox" id="enable"> Enable content scanning</label> </div> + <div class="checkbox" 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"> Show usage guide on startup</label> </div> |