forked from Public/monero-gui
show processingSplash when starting/stopping daemon
This commit is contained in:
@@ -290,7 +290,7 @@ Rectangle {
|
||||
releasedColor: "#FF6C3C"
|
||||
pressedColor: "#FF4304"
|
||||
onClicked: {
|
||||
daemonManager.start();
|
||||
appWindow.startDaemon()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -305,7 +305,7 @@ Rectangle {
|
||||
releasedColor: "#FF6C3C"
|
||||
pressedColor: "#FF4304"
|
||||
onClicked: {
|
||||
daemonManager.stop();
|
||||
appWindow.stopDaemon()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user