mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-22 19:49:34 +00:00
Merge pull request #2120
91da476
wizard: reset remote node when switching network type (selsta)
This commit is contained in:
commit
c8a3e29f9f
1 changed files with 1 additions and 0 deletions
|
@ -196,6 +196,7 @@ Rectangle {
|
|||
} else if(item === "testnet"){
|
||||
persistentSettings.nettype = NetworkType.TESTNET
|
||||
}
|
||||
appWindow.disconnectRemoteNode()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue