Add support for Elliptic Curve keys for CertFP
[quassel.git] / src / common / bufferviewconfig.cpp
index 54edae5..55eb4a2 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-2016 by the Quassel Project                        *
+ *   Copyright (C) 2005-2018 by the Quassel Project                        *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -33,7 +33,7 @@ BufferViewConfig::BufferViewConfig(int bufferViewId, QObject *parent)
     _disableDecoration(false),
     _allowedBufferTypes(BufferInfo::StatusBuffer | BufferInfo::ChannelBuffer | BufferInfo::QueryBuffer | BufferInfo::GroupBuffer),
     _minimumActivity(0),
-    _showSearch(true)
+    _showSearch(false)
 {
     setObjectName(QString::number(bufferViewId));
 }