Skip to content

Commit

Permalink
Statusbar: add wallet height tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
tobtoht committed Jan 8, 2024
1 parent cf0c3b8 commit c4beab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c4beab7

Please sign in to comment.