mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
change default deck location
This commit is contained in:
parent
f64a5c4b51
commit
2aaaa2d4ad
1 changed files with 1 additions and 1 deletions
|
|
@ -1521,7 +1521,7 @@ class DeckStorage(object):
|
|||
|
||||
backupDir = os.path.expanduser("~/.anki/backups")
|
||||
numBackups = 100
|
||||
newDeckDir = "~"
|
||||
newDeckDir = "~/.anki/"
|
||||
|
||||
def newDeckPath():
|
||||
# create ~/mydeck(N).anki
|
||||
|
|
|
|||
Loading…
Reference in a new issue