Fix "max depth in thread" setting

This commit is contained in:
Tusooa Zhu 2022-03-07 20:02:53 -05:00
parent 48178bdc53
commit 551b8f3690
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
6 changed files with 72 additions and 21 deletions

View file

@ -176,17 +176,12 @@
</BooleanSetting>
</li>
<li>
<label for="maxDepthInThread">
{{ $t('settings.max_depth_in_thread') }}
</label>
<input
id="maxDepthInThread"
path.number="maxDepthInThread"
class="number-input"
type="number"
min="3"
step="1"
<IntegerSetting
path="maxDepthInThread"
:min="3"
>
{{ $t('settings.max_depth_in_thread') }}
</IntegerSetting>
</li>
<li>
<ChoiceSetting