mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
desc was in wrong location
This commit is contained in:
parent
3957f07afb
commit
4496782e5b
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,7 @@ defaultDeck = {
|
||||||
'timeToday': [0, 0], # time in ms
|
'timeToday': [0, 0], # time in ms
|
||||||
'conf': 1,
|
'conf': 1,
|
||||||
'usn': 0,
|
'usn': 0,
|
||||||
|
'desc': "",
|
||||||
}
|
}
|
||||||
|
|
||||||
defaultConf = {
|
defaultConf = {
|
||||||
|
@ -55,7 +56,6 @@ defaultConf = {
|
||||||
'maxTaken': 60,
|
'maxTaken': 60,
|
||||||
'timer': 0,
|
'timer': 0,
|
||||||
'autoplay': True,
|
'autoplay': True,
|
||||||
'desc': "",
|
|
||||||
'mod': 0,
|
'mod': 0,
|
||||||
'usn': 0,
|
'usn': 0,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue