forked from Public/monero-gui
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