set dangerous bool to false
This commit is contained in:
@@ -59,7 +59,7 @@ void ConnectionLoader::doAutoConnect()
|
|||||||
{
|
{
|
||||||
qDebug() << "Doing autoconnect";
|
qDebug() << "Doing autoconnect";
|
||||||
auto config = std::shared_ptr<ConnectionConfig>(new ConnectionConfig());
|
auto config = std::shared_ptr<ConnectionConfig>(new ConnectionConfig());
|
||||||
config->dangerous = true;
|
config->dangerous = false;
|
||||||
config->server = Settings::getInstance()->getSettings().server;
|
config->server = Settings::getInstance()->getSettings().server;
|
||||||
|
|
||||||
// Initialize the library
|
// Initialize the library
|
||||||
|
|||||||
Reference in New Issue
Block a user