]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
Statusbar: add wallet height tooltip
authortobtoht <tob@featherwallet.org>
Mon, 8 Jan 2024 13:25:17 +0000 (14:25 +0100)
committertobtoht <tob@featherwallet.org>
Mon, 8 Jan 2024 13:25:17 +0000 (14:25 +0100)
src/MainWindow.cpp

index 8f67db7dfaf155c9c811eafb3bc3af490128fa06..decf6e5f5dce132d29cce58fe40b2123d1fea705 100644 (file)
@@ -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)