mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 14:17:13 -05:00
change sibling burying to default to off
causes too much confusion for new users
This commit is contained in:
parent
29608c37c8
commit
3b29bf6cba
1 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ defaultConf = {
|
||||||
'order': NEW_CARDS_DUE,
|
'order': NEW_CARDS_DUE,
|
||||||
'perDay': 20,
|
'perDay': 20,
|
||||||
# may not be set on old decks
|
# may not be set on old decks
|
||||||
'bury': True,
|
'bury': False,
|
||||||
},
|
},
|
||||||
'lapse': {
|
'lapse': {
|
||||||
'delays': [10],
|
'delays': [10],
|
||||||
|
|
@ -75,7 +75,7 @@ defaultConf = {
|
||||||
'ivlFct': 1,
|
'ivlFct': 1,
|
||||||
'maxIvl': 36500,
|
'maxIvl': 36500,
|
||||||
# may not be set on old decks
|
# may not be set on old decks
|
||||||
'bury': True,
|
'bury': False,
|
||||||
},
|
},
|
||||||
'maxTaken': 60,
|
'maxTaken': 60,
|
||||||
'timer': 0,
|
'timer': 0,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue