mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 23:42: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,
|
'nextPos': 1,
|
||||||
'sortType': "noteFld",
|
'sortType': "noteFld",
|
||||||
'sortBackwards': False,
|
'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
|
# this is initialized by storage.Collection
|
||||||
|
|
Loading…
Reference in a new issue