mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-03-16 16:42:13 +00:00
Merge pull request #1852
2b5f920
main: use custom daemon settings goes directly to settings>node page (mmbyday)
This commit is contained in:
commit
342f85a68f
1 changed files with 1 additions and 0 deletions
1
main.qml
1
main.qml
|
@ -1252,6 +1252,7 @@ ApplicationWindow {
|
|||
DaemonManagerDialog {
|
||||
id: daemonManagerDialog
|
||||
onRejected: {
|
||||
middlePanel.settingsView.settingsStateViewState = "Node";
|
||||
loadPage("Settings");
|
||||
startLocalNodeCancelled = true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue