mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
add missing font family/size in editor
This commit is contained in:
parent
464795b6c7
commit
f89c8e97a0
1 changed files with 2 additions and 0 deletions
|
@ -80,6 +80,8 @@ class Config(dict):
|
|||
'created': time.time(),
|
||||
'id': genID(),
|
||||
'editorReverseOrder': False,
|
||||
'editFontFamily': 'Arial',
|
||||
'editFontSize': 12,
|
||||
}
|
||||
for (k,v) in fields.items():
|
||||
if not self.has_key(k):
|
||||
|
|
Loading…
Reference in a new issue