mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-23 03:59:29 +00:00
MainWindow: Remove misleading status text
This commit is contained in:
parent
588b38b3a0
commit
2ed8d6bb6d
1 changed files with 1 additions and 3 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue