diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2020-02-09 21:28:40 +0200 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2020-02-09 21:51:33 +0200 |
commit | 4e59c2d55684b5a0b1d9edc580dd4c43bfc46211 (patch) | |
tree | ac01daa5ab851b1ed8edced7a487d6fde5d60019 /ext/bg/settings.html | |
parent | 1797edc7d88f63872c3a593179d9dd5c7b3c0b47 (diff) |
hide native popup option for firefox mobile
Diffstat (limited to 'ext/bg/settings.html')
-rw-r--r-- | ext/bg/settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html index b0fcec2b..57616873 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -134,7 +134,7 @@ <label><input type="checkbox" id="enable"> Enable content scanning</label> </div> - <div class="checkbox"> + <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> |