mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
no, keep numbackups at 30
This commit is contained in:
parent
6d77eb73a2
commit
3335f48b2e
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class Config(dict):
|
||||||
'showProgress': True,
|
'showProgress': True,
|
||||||
'recentColours': ["#000000", "#0000ff"],
|
'recentColours': ["#000000", "#0000ff"],
|
||||||
'preventEditUntilAnswer': False,
|
'preventEditUntilAnswer': False,
|
||||||
'numBackups': 20,
|
'numBackups': 30,
|
||||||
}
|
}
|
||||||
for (k,v) in fields.items():
|
for (k,v) in fields.items():
|
||||||
if not self.has_key(k):
|
if not self.has_key(k):
|
||||||
|
|
Loading…
Reference in a new issue