1
0
This commit is contained in:
Sander van Grieken
2023-03-17 12:33:53 +01:00
parent 7c2f13a76e
commit 8eca3e0aaf

View File

@@ -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