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:
parent
1a8d77ccfa
commit
def9e3791a
|
@ -121,7 +121,7 @@ void Settings::load()
|
|||
autoAwayTime = s.value("autoAwayTime", 10).toInt();
|
||||
checkUpdates = s.value("checkUpdates", false).toBool();
|
||||
showInFront = s.value("showInFront", false).toBool();
|
||||
fauxOfflineMessaging = s.value("fauxOfflineMessaging", false).toBool();
|
||||
fauxOfflineMessaging = s.value("fauxOfflineMessaging", true).toBool();
|
||||
s.endGroup();
|
||||
|
||||
s.beginGroup("Widgets");
|
||||
|
|
Loading…
Reference in New Issue
Block a user