mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
add replayBoth to conf
This commit is contained in:
parent
53c455ff1f
commit
b3ff6044c8
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@ defaultConf = {
|
|||
'nextPos': 1,
|
||||
'sortType': "noteFld",
|
||||
'sortBackwards': False,
|
||||
'addToCur': True,
|
||||
'addToCur': True, # add new to currently selected deck?
|
||||
'replayBoth': True, # include question when replaying answer?
|
||||
}
|
||||
|
||||
# this is initialized by storage.Collection
|
||||
|
|
Loading…
Reference in a new issue