1
0

qml: fix issue with proxy eval

This commit is contained in:
Sander van Grieken
2022-07-22 16:04:55 +02:00
parent b858336d5e
commit 92b08c08e6

View File

@@ -10,7 +10,7 @@ Image {
property bool lagging: connected && Network.isLagging
property bool fork: connected && Network.chaintips > 1
property bool syncing: connected && Daemon.currentWallet && Daemon.currentWallet.synchronizing
property bool proxy: connected && Network.proxy
property bool proxy: connected && Network.proxy.mode
// ?: in order to keep this a binding..
source: !connected