Allow users to set a low answer time cap
https://forums.ankiweb.net/t/options-maximum-answer-seconds-lower-minimum-value-please/23190
This commit is contained in:
parent
24abb06cee
commit
6b894a076b
@ -30,7 +30,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||
<SpinBoxRow
|
||||
bind:value={$config.capAnswerTimeToSecs}
|
||||
defaultValue={defaults.capAnswerTimeToSecs}
|
||||
min={30}
|
||||
min={1}
|
||||
max={7200}
|
||||
markdownTooltip={tr.deckConfigMaximumAnswerSecsTooltip()}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user