X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fidentity.cpp;fp=src%2Fcommon%2Fidentity.cpp;h=02d6680ce8f5296270969ea7304cd012e09d6a2a;hp=8bf4620c5d27c8b251639c173a9fb9b8892b059e;hb=f98d8986f23a60168143e9f8853b8df57fb832df;hpb=de6ee9a2a3389ebf62f181b12632e58d2ffb8879 diff --git a/src/common/identity.cpp b/src/common/identity.cpp index 8bf4620c..02d6680c 100644 --- a/src/common/identity.cpp +++ b/src/common/identity.cpp @@ -179,7 +179,7 @@ void Identity::setToDefaults() setAutoAwayTime(10); setAutoAwayReason(tr("Not here. No, really. not here!")); setAutoAwayReasonEnabled(false); - setDetachAwayEnabled(false); + setDetachAwayEnabled(true); setDetachAwayReason(tr("All Quassel clients vanished from the face of the earth...")); setDetachAwayReasonEnabled(false); setIdent("quassel");