From 1020fcb1f6023948f697b34f3bfcdba9e60f8b4d Mon Sep 17 00:00:00 2001 From: adityapk Date: Wed, 7 Nov 2018 12:50:07 -0800 Subject: [PATCH] fix last push --- src/connection.cpp | 1 - 1 file changed, 1 deletion(-) 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"