mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +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"){
|
} else if(item === "testnet"){
|
||||||
persistentSettings.nettype = NetworkType.TESTNET
|
persistentSettings.nettype = NetworkType.TESTNET
|
||||||
}
|
}
|
||||||
|
appWindow.disconnectRemoteNode()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue