mirror of
https://github.com/ankitects/anki.git
synced 2025-11-13 16:17:13 -05: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):
|
def defaults(self):
|
||||||
fields = {
|
fields = {
|
||||||
'iconSize': 32,
|
'iconSize': 32,
|
||||||
'syncOnLoad': False,
|
'syncOnLoad': True,
|
||||||
'syncOnClose': False,
|
'syncOnClose': True,
|
||||||
'checkForUpdates': True,
|
'checkForUpdates': True,
|
||||||
'interfaceLang': "",
|
'interfaceLang': "",
|
||||||
'syncUsername': "",
|
'syncUsername': "",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue