mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -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")
|
backupDir = os.path.expanduser("~/.anki/backups")
|
||||||
numBackups = 100
|
numBackups = 100
|
||||||
newDeckDir = "~"
|
newDeckDir = "~/.anki/"
|
||||||
|
|
||||||
def newDeckPath():
|
def newDeckPath():
|
||||||
# create ~/mydeck(N).anki
|
# create ~/mydeck(N).anki
|
||||||
|
|
Loading…
Reference in a new issue