From 8eca3e0aaf8cc82c3c7533a59765f4b30ce2cc5e Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Fri, 17 Mar 2023 12:33:53 +0100 Subject: [PATCH] follow up 7c2f13a76e181cd00f714d749e420f1c9423218a --- electrum/gui/qml/components/controls/BalanceSummary.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/gui/qml/components/controls/BalanceSummary.qml b/electrum/gui/qml/components/controls/BalanceSummary.qml index 9bab81a27..f16d6e913 100644 --- a/electrum/gui/qml/components/controls/BalanceSummary.qml +++ b/electrum/gui/qml/components/controls/BalanceSummary.qml @@ -140,7 +140,7 @@ Item { } Label { - opacity: Daemon.currentWallet.synchronizing && Network.status != 'disconnected' ? 1 : 0 + opacity: Daemon.currentWallet.synchronizing && Network.server_status != 'disconnected' ? 1 : 0 anchors.centerIn: balancePane text: Daemon.currentWallet.synchronizingProgress color: Material.accentColor