mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-18 23:53:41 +02:00
parent
2586404339
commit
0b41fbc858
@ -324,8 +324,8 @@ Rectangle {
|
||||
var newDaemon = daemonAddr.text + ":" + daemonPort.text
|
||||
if(persistentSettings.daemon_address != newDaemon) {
|
||||
persistentSettings.daemon_address = newDaemon
|
||||
//reconnect wallet
|
||||
appWindow.initialize();
|
||||
//Reinit wallet
|
||||
currentWallet.initAsync(newDaemon)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user