Removing HTTPs for Windows

This commit is contained in:
dsc 2019-02-28 09:41:44 +01:00
parent 07df0f41bf
commit e516a8060a
No known key found for this signature in database
GPG Key ID: 7BBC83D7A8810AAB

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