mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 03:29:24 +00:00
Statusbar: add wallet height tooltip
This commit is contained in:
parent
cf0c3b8d82
commit
c4beab7e57
1 changed files with 1 additions and 0 deletions
|
@ -700,6 +700,7 @@ void MainWindow::onSyncStatus(quint64 height, quint64 target, bool daemonSync) {
|
|||
this->updateNetStats();
|
||||
}
|
||||
this->setStatusText(Utils::formatSyncStatus(height, target, daemonSync));
|
||||
m_statusLabelStatus->setToolTip(QString("Wallet height: %1").arg(QString::number(height)));
|
||||
}
|
||||
|
||||
void MainWindow::onConnectionStatusChanged(int status)
|
||||
|
|
Loading…
Reference in a new issue