mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
default to sync on open/close
This commit is contained in:
parent
732cf24104
commit
c639ac5084
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ class Config(dict):
|
|||
def defaults(self):
|
||||
fields = {
|
||||
'iconSize': 32,
|
||||
'syncOnLoad': False,
|
||||
'syncOnClose': False,
|
||||
'syncOnLoad': True,
|
||||
'syncOnClose': True,
|
||||
'checkForUpdates': True,
|
||||
'interfaceLang': "",
|
||||
'syncUsername': "",
|
||||
|
|
Loading…
Reference in a new issue