Browse Source

Merge pull request #21 from DenioD/chat

set dangerous bool to false
pull/130/head
Strider 4 years ago
committed by GitHub
parent
commit
c65609083f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/connection.cpp

2
src/connection.cpp

@ -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

Loading…
Cancel
Save