Adjust min values.

For easier disabling
This commit is contained in:
Cohee 2024-06-23 01:50:17 +03:00
parent 4b4ee7409b
commit 461b73facf
1 changed files with 2 additions and 2 deletions

View File

@ -5437,7 +5437,7 @@
</small> </small>
</div> </div>
<div class="range-block-range"> <div class="range-block-range">
<input class="text_pole margin0" name="sticky" type="number" placeholder="Non-sticky" min="1" max="999999"> <input class="text_pole margin0" name="sticky" type="number" placeholder="Non-sticky" min="0" max="999999">
</div> </div>
</div> </div>
<div class="flex2 flex-container flexFlowColumn flexNoGap" data-i18n="[title]Entries with a cooldown can't be activated N messages after being triggered." title="Entries with a cooldown can't be activated N messages after being triggered."> <div class="flex2 flex-container flexFlowColumn flexNoGap" data-i18n="[title]Entries with a cooldown can't be activated N messages after being triggered." title="Entries with a cooldown can't be activated N messages after being triggered.">
@ -5450,7 +5450,7 @@
</small> </small>
</div> </div>
<div class="range-block-range"> <div class="range-block-range">
<input class="text_pole margin0" name="cooldown" type="number" placeholder="No cooldown" min="1" max="999999"> <input class="text_pole margin0" name="cooldown" type="number" placeholder="No cooldown" min="0" max="999999">
</div> </div>
</div> </div>
</div> </div>