From 3fef6d382567e2bd744ca4d3aba43b8455a92faa Mon Sep 17 00:00:00 2001 From: DenioD <41270280+DenioD@users.noreply.github.com> Date: Sun, 10 May 2020 16:10:50 +0200 Subject: [PATCH] set dangerous bool to false --- src/connection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connection.cpp b/src/connection.cpp index 26d6d2b..bbc3bce 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -59,7 +59,7 @@ void ConnectionLoader::doAutoConnect() { qDebug() << "Doing autoconnect"; auto config = std::shared_ptr(new ConnectionConfig()); - config->dangerous = true; + config->dangerous = false; config->server = Settings::getInstance()->getSettings().server; // Initialize the library