aboutsummaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
authorAjay <[email protected]>2024-09-03 20:04:33 -0400
committerAjay <[email protected]>2024-09-03 20:04:33 -0400
commitdfdc052f4bcd0f4d2f50a37ef4763e3a1af5024d (patch)
tree479de21ee8b6eb66ed444f17d4a203559e40ab50 /public
parent7ca3b699657cf46ccf27e4e9a9a19bd84dcdfa9b (diff)
downloadSponsorBlock-dfdc052f4bcd0f4d2f50a37ef4763e3a1af5024d.tar.gz
SponsorBlock-dfdc052f4bcd0f4d2f50a37ef4763e3a1af5024d.zip
Change upcoming notice default
Diffstat (limited to 'public')
-rw-r--r--public/options/options.html26
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>