qml: fix issue with proxy eval
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user