mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-22 19:49:34 +00:00
Merge pull request #3831
bf324ec
bug: reset wallet path on network change (reemuru)
This commit is contained in:
commit
14383a1922
1 changed files with 1 additions and 0 deletions
|
@ -213,6 +213,7 @@ Rectangle {
|
||||||
}
|
}
|
||||||
appWindow.disconnectRemoteNode()
|
appWindow.disconnectRemoteNode()
|
||||||
networkTypeDropdown.currentIndex = Qt.binding(function() { return persistentSettings.nettype });
|
networkTypeDropdown.currentIndex = Qt.binding(function() { return persistentSettings.nettype });
|
||||||
|
persistentSettings.wallet_path = ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue