mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-17 00:17:26 -04:00
Merge pull request #3831
bf324ec bug: reset wallet path on network change (reemuru)
This commit is contained in:
@@ -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 = ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user