From 2ed8d6bb6d37e3a66eb98d840603c2f5f0aa1e78 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Sat, 3 Jul 2021 00:25:15 +0200 Subject: [PATCH] MainWindow: Remove misleading status text --- src/MainWindow.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index b0e8aed..dadde6e 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -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());