mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 09:16:38 -04:00
default to a useful model id on upgrade
This commit is contained in:
parent
6be313bcd3
commit
e344e1a6a8
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ defaultQconf = {
|
||||||
|
|
||||||
# other options
|
# other options
|
||||||
defaultConf = {
|
defaultConf = {
|
||||||
'currentModelId': None,
|
'currentModelId': 1,
|
||||||
'currentGroupId': 1,
|
'currentGroupId': 1,
|
||||||
'nextFid': 1,
|
'nextFid': 1,
|
||||||
'nextCid': 1,
|
'nextCid': 1,
|
||||||
|
|
Loading…
Reference in a new issue