Extend per-entry scan depth limit, add warnings on overflow

This commit is contained in:
Cohee
2024-02-23 21:18:40 +02:00
parent c9f0d61f19
commit 4baefeba68
2 changed files with 4 additions and 2 deletions

View File

@@ -4539,7 +4539,7 @@
<div name="perEntryOverridesBlock" class="flex-container wide100p alignitemscenter">
<div class="world_entry_form_control flex1">
<small class="textAlignCenter" data-i18n="Scan Depth">Scan Depth</small>
<input class="text_pole" name="scanDepth" type="number" placeholder="Use global setting" data-i18n="[placeholder]Use global setting" max="100">
<input class="text_pole" name="scanDepth" type="number" placeholder="Use global setting" data-i18n="[placeholder]Use global setting" max="1000">
</div>
<div class="world_entry_form_control flex1">
<small class="textAlignCenter" data-i18n="Case-Sensitive">Case-Sensitive</small>