mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-03-12 09:36:59 +00:00
small error in daemon manager dialog
This commit is contained in:
parent
82c39e09bf
commit
2775124757
1 changed files with 1 additions and 1 deletions
|
@ -90,8 +90,8 @@ Window {
|
||||||
KeyNavigation.tab: cancelButton
|
KeyNavigation.tab: cancelButton
|
||||||
onClicked: {
|
onClicked: {
|
||||||
daemonManager.start();
|
daemonManager.start();
|
||||||
root.accepted()
|
|
||||||
root.close()
|
root.close()
|
||||||
|
// root.accepted()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue