aboutsummaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'main.qml')
-rw-r--r--main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.qml b/main.qml
index 608e6bd7..757c615d 100644
--- a/main.qml
+++ b/main.qml
@@ -379,7 +379,7 @@ ApplicationWindow {
}
function isTrustedDaemon() {
- return !persistentSettings.useRemoteNode || remoteNodesModel.currentRemoteNode().trusted;
+ return appWindow.walletMode >= 2 && (!persistentSettings.useRemoteNode || remoteNodesModel.currentRemoteNode().trusted);
}
function usefulName(path) {