Change upcoming notice default

This commit is contained in:
Ajay
2024-09-03 20:04:33 -04:00
parent 7ca3b69965
commit dfdc052f4b
3 changed files with 17 additions and 15 deletions

View File

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