common: Default Away on Detach for new identities
authorShane Synan <digitalcircuit36939@gmail.com>
Fri, 19 Jun 2020 23:18:18 +0000 (19:18 -0400)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 3 Oct 2020 14:46:04 +0000 (16:46 +0200)
Change default for newly created identities to enable Detach on Away.
This more closely follows other modern chat networks, and can always
be disabled.

src/common/identity.cpp
src/qtui/settingspages/identityeditwidget.ui

index 8bf4620..02d6680 100644 (file)
@@ -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");
index cedcdf0..f421559 100644 (file)
           <bool>true</bool>
          </property>
          <property name="checked">
-          <bool>false</bool>
+          <bool>true</bool>
          </property>
          <layout class="QVBoxLayout" name="verticalLayout">
           <item>