mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
remove the 25 card minimum review limit
This commit is contained in:
parent
bf0caddccc
commit
96ddf9c0cc
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@
|
||||||
<item row="0" column="1">
|
<item row="0" column="1">
|
||||||
<widget class="QSpinBox" name="revPerDay">
|
<widget class="QSpinBox" name="revPerDay">
|
||||||
<property name="minimum">
|
<property name="minimum">
|
||||||
<number>25</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="maximum">
|
<property name="maximum">
|
||||||
<number>9999</number>
|
<number>9999</number>
|
||||||
|
|
Loading…
Reference in a new issue