Merge pull request #1852

2b5f920 main: use custom daemon settings goes directly to settings>node page (mmbyday)
This commit is contained in:
luigi1111 2018-12-26 16:06:14 -06:00
commit 342f85a68f
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -1252,6 +1252,7 @@ ApplicationWindow {
DaemonManagerDialog {
id: daemonManagerDialog
onRejected: {
middlePanel.settingsView.settingsStateViewState = "Node";
loadPage("Settings");
startLocalNodeCancelled = true
}