1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Check updates by default on new profiles

Fixes #2653
This commit is contained in:
tux3 2015-12-12 18:37:37 +01:00
parent 48fb68fddc
commit c32e0e9f1b
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -165,7 +165,7 @@ void Settings::loadGlobal()
currentProfileId = makeProfileId(currentProfile);
}
autoAwayTime = s.value("autoAwayTime", 10).toInt();
checkUpdates = s.value("checkUpdates", false).toBool();
checkUpdates = s.value("checkUpdates", true).toBool();
showWindow = s.value("showWindow", true).toBool();
showInFront = s.value("showInFront", false).toBool();
notifySound = s.value("notifySound", true).toBool();