mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Fix minimum interval warning shown when FSRS is enabled (#3409)
This commit is contained in:
parent
9223b35aa0
commit
21df287579
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
? $config.relearnSteps[$config.relearnSteps.length - 1] / 60 / 24
|
||||
: 0;
|
||||
stepsExceedMinimumInterval =
|
||||
lastRelearnStepInDays > $config.minimumLapseInterval
|
||||
!$fsrs && lastRelearnStepInDays > $config.minimumLapseInterval
|
||||
? tr.deckConfigRelearningStepsAboveMinimumInterval()
|
||||
: "";
|
||||
stepsTooLargeForFsrs =
|
||||
|
|
Loading…
Reference in a new issue