mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-17 17:57:39 +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;
|
qDebug() << Q_FUNC_INFO;
|
||||||
m_splashDialog->hide();
|
m_splashDialog->hide();
|
||||||
|
|
||||||
|
m_ctx->updateBalance();
|
||||||
if (m_ctx->wallet->isHwBacked()) {
|
if (m_ctx->wallet->isHwBacked()) {
|
||||||
m_statusBtnHwDevice->show();
|
m_statusBtnHwDevice->show();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue