mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 19:32:03 +02:00
Removing HTTPs for Windows
This commit is contained in:
parent
07df0f41bf
commit
e516a8060a
6
main.qml
6
main.qml
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user