mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-21 17:20:37 +02:00
main: use custom daemon settings goes directly to settings>node page
This commit is contained in:
parent
002c800ee8
commit
2b5f920bc2
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 New Issue
Block a user