mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 00:12:25 -04:00
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
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
<SpinBoxRow
|
<SpinBoxRow
|
||||||
bind:value={$config.capAnswerTimeToSecs}
|
bind:value={$config.capAnswerTimeToSecs}
|
||||||
defaultValue={defaults.capAnswerTimeToSecs}
|
defaultValue={defaults.capAnswerTimeToSecs}
|
||||||
min={30}
|
min={1}
|
||||||
max={7200}
|
max={7200}
|
||||||
markdownTooltip={tr.deckConfigMaximumAnswerSecsTooltip()}
|
markdownTooltip={tr.deckConfigMaximumAnswerSecsTooltip()}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue