mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-22 10:44:32 +00:00
Update balance on wallet open
This commit is contained in:
parent
faea53d617
commit
c65bc42a4a
1 changed files with 1 additions and 0 deletions
|
@ -417,6 +417,7 @@ void MainWindow::onWalletOpened() {
|
|||
qDebug() << Q_FUNC_INFO;
|
||||
m_splashDialog->hide();
|
||||
|
||||
m_ctx->updateBalance();
|
||||
if (m_ctx->wallet->isHwBacked()) {
|
||||
m_statusBtnHwDevice->show();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue