aboutsummaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
authormalinero <malinero@protonmail.com>2022-10-02 09:46:06 +0200
committermalinero <malinero@protonmail.com>2022-10-02 10:39:48 +0200
commit6441d992797490a48538b7a3c78e3fa512a0bb29 (patch)
tree0e5a14d8d8bf276e897206fc8a8ba296666ec123 /main.qml
parentaef4a982dc644b3e971a89c8b65dd57d21d5e085 (diff)
downloadmonzero-gui-6441d992797490a48538b7a3c78e3fa512a0bb29.tar.gz
monzero-gui-6441d992797490a48538b7a3c78e3fa512a0bb29.tar.xz
monzero-gui-6441d992797490a48538b7a3c78e3fa512a0bb29.zip
Android: useRemoteNode default to true
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 4be6be06..abf08edb 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,