mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Increase limit on easy multiplier
https://forums.ankiweb.net/t/limited-easy-bonus/20044
This commit is contained in:
parent
5d835ae813
commit
96bacf792c
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
bind:value={$config.easyMultiplier}
|
||||
defaultValue={defaults.easyMultiplier}
|
||||
min={1}
|
||||
max={3}
|
||||
max={5}
|
||||
markdownTooltip={tr.deckConfigEasyBonusTooltip()}
|
||||
>
|
||||
{tr.schedulingEasyBonus()}
|
||||
|
|
Loading…
Reference in a new issue