mirror of
https://github.com/ankitects/anki.git
synced 2025-12-31 15:52:58 -05:00
default burying to off
This commit is contained in:
parent
c54a3e4fb8
commit
1de2f316e4
1 changed files with 2 additions and 2 deletions
|
|
@ -54,7 +54,7 @@ defaultConf = {
|
|||
'order': NEW_CARDS_DUE,
|
||||
'perDay': 20,
|
||||
# may not be set on old decks
|
||||
'bury': True,
|
||||
'bury': False,
|
||||
},
|
||||
'lapse': {
|
||||
'delays': [10],
|
||||
|
|
@ -72,7 +72,7 @@ defaultConf = {
|
|||
'ivlFct': 1,
|
||||
'maxIvl': 36500,
|
||||
# may not be set on old decks
|
||||
'bury': True,
|
||||
'bury': False,
|
||||
},
|
||||
'maxTaken': 60,
|
||||
'timer': 0,
|
||||
|
|
|
|||
Loading…
Reference in a new issue