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

default faux offline on, fix #696

This commit is contained in:
dubslow 2014-11-10 16:45:09 -06:00
parent 1a8d77ccfa
commit def9e3791a

View File

@ -121,7 +121,7 @@ void Settings::load()
autoAwayTime = s.value("autoAwayTime", 10).toInt(); autoAwayTime = s.value("autoAwayTime", 10).toInt();
checkUpdates = s.value("checkUpdates", false).toBool(); checkUpdates = s.value("checkUpdates", false).toBool();
showInFront = s.value("showInFront", false).toBool(); showInFront = s.value("showInFront", false).toBool();
fauxOfflineMessaging = s.value("fauxOfflineMessaging", false).toBool(); fauxOfflineMessaging = s.value("fauxOfflineMessaging", true).toBool();
s.endGroup(); s.endGroup();
s.beginGroup("Widgets"); s.beginGroup("Widgets");