From accdbae7f6ad583d85371d2b127deadecefdb1b2 Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Thu, 24 Oct 2019 19:34:50 -0700 Subject: [PATCH] Show scanning status while importing wallet --- src/connection.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/connection.cpp b/src/connection.cpp index 3744a9f..2d5048e 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -55,6 +55,7 @@ void ConnectionLoader::doAutoConnect() { } else { main->logger->write(QObject::tr("Create/restore wallet.")); createOrRestore(config->dangerous, config->server); + d->show(); } auto connection = makeConnection(config);