Merge pull request #21 from DenioD/chat

set dangerous bool to false
This commit is contained in:
Strider
2020-05-10 19:13:54 +02:00
committed by GitHub

View File

@@ -59,7 +59,7 @@ void ConnectionLoader::doAutoConnect()
{
qDebug() << "Doing autoconnect";
auto config = std::shared_ptr<ConnectionConfig>(new ConnectionConfig());
config->dangerous = true;
config->dangerous = false;
config->server = Settings::getInstance()->getSettings().server;
// Initialize the library