mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 09:16:38 -04:00
if the colour is missing, it should be black, not white
This commit is contained in:
parent
4ff5b81134
commit
e53ae3f2b0
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ order by modelId, ordinal"""):
|
||||||
# ensure data is good
|
# ensure data is good
|
||||||
conf['rtl'] = not not conf['rtl']
|
conf['rtl'] = not not conf['rtl']
|
||||||
conf['pre'] = True
|
conf['pre'] = True
|
||||||
conf['qcol'] = conf['qcol'] or "#fff"
|
conf['qcol'] = conf['qcol'] or "#000"
|
||||||
mods[row[0]].append(conf)
|
mods[row[0]].append(conf)
|
||||||
# now we've gathered all the info, save it into the models
|
# now we've gathered all the info, save it into the models
|
||||||
for mid, fms in mods.items():
|
for mid, fms in mods.items():
|
||||||
|
|
Loading…
Reference in a new issue