mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 20:58:07 -06:00
Fixes to Web UI shutdown button
This commit is contained in:
@@ -596,6 +596,7 @@ void HttpConnection::respondCommand(const QString& command) {
|
||||
return;
|
||||
}
|
||||
if (command == "shutdown") {
|
||||
qDebug() << "Shutdown request from Web UI";
|
||||
qApp->exit();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user