mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 19:47:04 +03:00
Fix upcoming notice toggles on options page
This commit is contained in:
@@ -209,7 +209,7 @@
|
|||||||
<div class="small-description">__MSG_skipNoticeDurationDescription__</div>
|
<div class="small-description">__MSG_skipNoticeDurationDescription__</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div data-type="toggle" data-toggle-type="reverse" data-sync="dontShowNotice">
|
<div>
|
||||||
<div data-type="toggle" data-sync="showUpcomingNotice">
|
<div data-type="toggle" data-sync="showUpcomingNotice">
|
||||||
<div class="switch-container">
|
<div class="switch-container">
|
||||||
<label class="switch">
|
<label class="switch">
|
||||||
@@ -224,14 +224,16 @@
|
|||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
<div class="switch-container">
|
<div data-type="toggle" data-toggle-type="reverse" data-sync="dontShowNotice">
|
||||||
<label class="switch">
|
<div class="switch-container">
|
||||||
<input id="dontShowNotice" type="checkbox" checked>
|
<label class="switch">
|
||||||
<span class="slider round"></span>
|
<input id="dontShowNotice" type="checkbox" checked>
|
||||||
</label>
|
<span class="slider round"></span>
|
||||||
<label class="switch-label" for="dontShowNotice">
|
</label>
|
||||||
__MSG_showSkipNotice__
|
<label class="switch-label" for="dontShowNotice">
|
||||||
</label>
|
__MSG_showSkipNotice__
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div data-type="selector" data-sync="noticeVisibilityMode" data-dependent-on="dontShowNotice">
|
<div data-type="selector" data-sync="noticeVisibilityMode" data-dependent-on="dontShowNotice">
|
||||||
|
|||||||
Reference in New Issue
Block a user