m_wizard->raise();
m_wizard->activateWindow();
}
+ else if (m_openingWallet && m_splashDialog) {
+ m_splashDialog->show();
+ m_splashDialog->raise();
+ m_splashDialog->activateWindow();
+ }
else {
// This shouldn't happen
this->close();
}
m_openingWallet = true;
+ m_splashDialog->setMessage("Opening wallet...");
+ m_splashDialog->show();
m_walletManager->openWalletAsync(path, password, constants::networkType, constants::kdfRounds, Utils::ringDatabasePath());
}