This commit is contained in:
DenioD
2020-06-06 20:56:49 +02:00
parent cfe8955b44
commit d4e51fd19a

View File

@@ -363,7 +363,7 @@ void MainWindow::closeEvent(QCloseEvent* event) {
void MainWindow::closeEventpw(QCloseEvent* event) {
// Let the RPC know to shut down any running service.
rpc->shutdownhushdStartup();
rpc->shutdownhushd();
}