diff --git a/src/connection.cpp b/src/connection.cpp index 57dfa2a..3919584 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -38,7 +38,6 @@ void ConnectionLoader::loadConnection() { config = loadFromSettings(); if (config.get() == nullptr) { - d->show(); // Nothing configured, show an error QString explanation = QString() % "A zcash.conf was not found on this machine.\n\n"