diff options
author | Ajay <[email protected]> | 2024-09-03 20:04:33 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2024-09-03 20:04:33 -0400 |
commit | dfdc052f4bcd0f4d2f50a37ef4763e3a1af5024d (patch) | |
tree | 479de21ee8b6eb66ed444f17d4a203559e40ab50 /public | |
parent | 7ca3b699657cf46ccf27e4e9a9a19bd84dcdfa9b (diff) | |
download | SponsorBlock-dfdc052f4bcd0f4d2f50a37ef4763e3a1af5024d.tar.gz SponsorBlock-dfdc052f4bcd0f4d2f50a37ef4763e3a1af5024d.zip |
Change upcoming notice default
Diffstat (limited to 'public')
-rw-r--r-- | public/options/options.html | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/public/options/options.html b/public/options/options.html index e63b9837..2a19599c 100644 --- a/public/options/options.html +++ b/public/options/options.html @@ -209,19 +209,21 @@ <div class="small-description">__MSG_skipNoticeDurationDescription__</div> </div> - <div data-type="toggle" data-toggle-type="reverse" data-sync="dontShowUpcomingNotice"> - <div class="switch-container"> - <label class="switch"> - <input id="dontShowUpcomingNotice" type="checkbox" checked> - <span class="slider round"></span> - </label> - <label class="switch-label" for="dontShowUpcomingNotice"> - __MSG_showUpcomingNotice__ - </label> - </div> - </div> - <div data-type="toggle" data-toggle-type="reverse" data-sync="dontShowNotice"> + <div data-type="toggle" data-sync="showUpcomingNotice"> + <div class="switch-container"> + <label class="switch"> + <input id="showUpcomingNotice" type="checkbox" checked> + <span class="slider round"></span> + </label> + <label class="switch-label" for="showUpcomingNotice"> + __MSG_showUpcomingNotice__ + </label> + </div> + </div> + + <br/> + <div class="switch-container"> <label class="switch"> <input id="dontShowNotice" type="checkbox" checked> |