MainWindow: Remove misleading status text

This commit is contained in:
tobtoht 2021-07-03 00:25:15 +02:00
parent 588b38b3a0
commit 2ed8d6bb6d
No known key found for this signature in database
GPG key ID: 1CADD27F41F45C3C

View file

@ -428,9 +428,7 @@ void MainWindow::onWalletOpened() {
this->bringToFront();
this->setEnabled(true);
if (!torManager()->torConnected)
this->setStatusText("Wallet opened - Starting Tor (may take a while)");
else
this->setStatusText("Wallet opened - Searching for node");
this->setStatusText("Starting Tor (may take a while)");
// receive page
m_ctx->wallet->subaddress()->refresh(m_ctx->wallet->currentSubaddressAccount());