mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
wizard: reset remote node when switching network type
This commit is contained in:
parent
7d9a698732
commit
91da476cb3
1 changed files with 1 additions and 0 deletions
|
@ -195,6 +195,7 @@ Rectangle {
|
|||
} else if(item === "testnet"){
|
||||
persistentSettings.nettype = NetworkType.TESTNET
|
||||
}
|
||||
appWindow.disconnectRemoteNode()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue