mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
set the minimum ease to 131% for now
https://forums.ankiweb.net/t/force-sync-triggers-2-1-34-ease-fixup-behaviour/5632/
This commit is contained in:
parent
fb680aa77e
commit
330d13d320
1 changed files with 4 additions and 1 deletions
|
@ -107,11 +107,14 @@
|
|||
<string notr="true">%</string>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<number>130</number>
|
||||
<number>131</number>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<number>999</number>
|
||||
</property>
|
||||
<property name="value">
|
||||
<number>250</number>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
|
|
Loading…
Reference in a new issue