From b3ff6044c8cee7ddb020cf056c0e5698b4da076f Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 24 Apr 2012 16:33:02 +0900 Subject: [PATCH] add replayBoth to conf --- anki/collection.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anki/collection.py b/anki/collection.py index ce4d5bea6..df6bd65c2 100644 --- a/anki/collection.py +++ b/anki/collection.py @@ -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