default to sync on open/close

This commit is contained in:
Damien Elmes 2009-01-24 04:20:27 +09:00
parent 732cf24104
commit c639ac5084

View file

@ -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': "",