mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
count down again by default
Upwards counts were a nice idea in theory, but when using them briefly in practice I quickly realized they're confusing. I'll probably pull the other option in the future.
This commit is contained in:
parent
64d13c2cbc
commit
4aedfd868b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ defaultConf = {
|
||||||
'topGroup': 1,
|
'topGroup': 1,
|
||||||
'curGroup': None,
|
'curGroup': None,
|
||||||
'revOrder': REV_CARDS_RANDOM,
|
'revOrder': REV_CARDS_RANDOM,
|
||||||
'counts': COUNT_ANSWERED,
|
'counts': COUNT_REMAINING,
|
||||||
# other config
|
# other config
|
||||||
'nextPos': 1,
|
'nextPos': 1,
|
||||||
'fontFamilies': [
|
'fontFamilies': [
|
||||||
|
|
Loading…
Reference in a new issue