diff options
author | Ajay Ramachandran <[email protected]> | 2021-06-27 18:53:29 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-06-27 18:53:29 -0400 |
commit | bd429f02a7912528ce5cfa4fc26047185fa52cd9 (patch) | |
tree | 0fd31bc8fc917f9e191c18e5099e8ffbf806478e /public | |
parent | 91f3ebed41eea68daca00c2ec2270981b6b0bafc (diff) | |
download | SponsorBlock-bd429f02a7912528ce5cfa4fc26047185fa52cd9.tar.gz SponsorBlock-bd429f02a7912528ce5cfa4fc26047185fa52cd9.zip |
Fix autoHideInfoButton being reversed
Diffstat (limited to 'public')
-rw-r--r-- | public/options/options.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/options/options.html b/public/options/options.html index c2575e1b..405b5de7 100644 --- a/public/options/options.html +++ b/public/options/options.html @@ -263,7 +263,7 @@ <br/> <br/> - <div option-type="toggle" toggle-type="reverse" sync-option="autoHideInfoButton" if-false="hideInfoButtonPlayerControls"> + <div option-type="toggle" sync-option="autoHideInfoButton" if-false="hideInfoButtonPlayerControls"> <label class="switch-container"> <label class="switch"> <input type="checkbox" checked> |