From 6441d992797490a48538b7a3c78e3fa512a0bb29 Mon Sep 17 00:00:00 2001 From: malinero Date: Sun, 2 Oct 2022 09:46:06 +0200 Subject: [PATCH] Android: useRemoteNode default to true --- main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.qml b/main.qml index 4be6be0690..abf08edb11 100644 --- a/main.qml +++ b/main.qml @@ -1395,7 +1395,7 @@ ApplicationWindow { property bool historyShowAdvanced: false property bool historyHumanDates: true property string blockchainDataDir: "" - property bool useRemoteNode: false + property bool useRemoteNode: isAndroid property string remoteNodeAddress: "" // TODO: drop after v0.17.2.0 release property string remoteNodesSerialized: JSON.stringify({ selected: 0,