From 07ce818f18cc0a3eafc27b30e1dc821cd24004a5 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 23 Apr 2012 04:16:36 +0900 Subject: [PATCH] add to current deck option --- anki/collection.py | 1 + 1 file changed, 1 insertion(+) diff --git a/anki/collection.py b/anki/collection.py index 5c2438f1a..ce4d5bea6 100644 --- a/anki/collection.py +++ b/anki/collection.py @@ -32,6 +32,7 @@ defaultConf = { 'nextPos': 1, 'sortType': "noteFld", 'sortBackwards': False, + 'addToCur': True, } # this is initialized by storage.Collection