]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
MainWindow: Remove misleading status text
authortobtoht <thotbot@protonmail.com>
Fri, 2 Jul 2021 22:25:15 +0000 (00:25 +0200)
committertobtoht <thotbot@protonmail.com>
Fri, 2 Jul 2021 22:25:15 +0000 (00:25 +0200)
src/MainWindow.cpp

index b0e8aed5ebeae2569888b9eec7923a1afb81e739..dadde6e0c8555f4cbe8cd0ca42c9a4e4c7274390 100644 (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());