mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -04: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