follow up 7c2f13a76e
This commit is contained in:
@@ -140,7 +140,7 @@ Item {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
opacity: Daemon.currentWallet.synchronizing && Network.status != 'disconnected' ? 1 : 0
|
opacity: Daemon.currentWallet.synchronizing && Network.server_status != 'disconnected' ? 1 : 0
|
||||||
anchors.centerIn: balancePane
|
anchors.centerIn: balancePane
|
||||||
text: Daemon.currentWallet.synchronizingProgress
|
text: Daemon.currentWallet.synchronizingProgress
|
||||||
color: Material.accentColor
|
color: Material.accentColor
|
||||||
|
|||||||
Reference in New Issue
Block a user