Merge pull request #1980

e516a80 Removing HTTPs for Windows (xmrdsc)
This commit is contained in:
luigi1111 2019-02-28 13:46:11 -06:00
commit b93b201eb3
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -95,7 +95,11 @@ ApplicationWindow {
return service; 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 // true if wallet ever synchronized