Add balances warning for syncing

This commit is contained in:
adityapk00
2019-05-01 21:57:03 -07:00
parent 48bef601de
commit 37ab20fef6
3 changed files with 34 additions and 4 deletions

View File

@@ -639,6 +639,10 @@ void RPC::getInfoThenRefresh(bool force) {
")";
main->statusLabel->setText(statusText);
// Update the balances view to show a warning if the node is still syncing
ui->lblSyncWarning->setVisible(isSyncing);
ui->lblSyncWarningReceive->setVisible(isSyncing);
auto zecPrice = Settings::getUSDFormat(1);
QString tooltip;
if (connections > 0) {