forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-12 11:23:34 -06:00
parent 8e8f8c4283
commit e992c3cde9
1 changed files with 5 additions and 3 deletions

View File

@ -14,9 +14,11 @@
<div class="body w-lg-100">
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="highlightcomments" name="highlightcomments"{% if v.highlightcomments %} checked{% endif %} onchange="post_toast('/settings/profile?highlightcomments='+document.getElementById('highlightcomments').checked);">
<label class="custom-control-label" for="highlightcomments"></label>
<div>
<input type="checkbox" id="highlightcomments" name="highlightcomments"{% if v.highlightcomments %} checked{% endif %} onchange="post_toast('/settings/profile?highlightcomments='+document.getElementById('highlightcomments').checked);">
<label class="inline-block pl-2 text-gray-400" for="highlightcomments">
Highlight new comments with a red dot since your last visit to a thread.
</label>
</div>
</div>