mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
main: use custom daemon settings goes directly to settings>node page
This commit is contained in:
parent
002c800ee8
commit
2b5f920bc2
1 changed files with 1 additions and 0 deletions
1
main.qml
1
main.qml
|
@ -1252,6 +1252,7 @@ ApplicationWindow {
|
||||||
DaemonManagerDialog {
|
DaemonManagerDialog {
|
||||||
id: daemonManagerDialog
|
id: daemonManagerDialog
|
||||||
onRejected: {
|
onRejected: {
|
||||||
|
middlePanel.settingsView.settingsStateViewState = "Node";
|
||||||
loadPage("Settings");
|
loadPage("Settings");
|
||||||
startLocalNodeCancelled = true
|
startLocalNodeCancelled = true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue