Fix upcoming notice toggles on options page

This commit is contained in:
Ajay
2024-11-26 02:25:52 -05:00
parent 3a488a9110
commit 61f1a8918c

View File

@@ -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">