mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Removing HTTPs for Windows
This commit is contained in:
parent
07df0f41bf
commit
e516a8060a
1 changed files with 5 additions and 1 deletions
6
main.qml
6
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
|
||||
|
|
Loading…
Reference in a new issue