aboutsummaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'main.qml')
-rw-r--r--main.qml6
1 files changed, 5 insertions, 1 deletions
diff --git a/main.qml b/main.qml
index 4f77c0e6..b3d0e528 100644
--- a/main.qml
+++ b/main.qml
@@ -95,7 +95,11 @@ ApplicationWindow {
return service;
}
- return "https://autonode.xmr.pm/"; // monero-gui workgroup
+ // monero-gui workgroup maintained
+ if(isWindows)
+ return "http://autonode.xmr.pm/";
+ else
+ return "https://autonode.xmr.pm/"
}
// true if wallet ever synchronized