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);