mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 04:38:04 -06:00
Fixes to Web UI shutdown command
This commit is contained in:
@@ -284,6 +284,7 @@ void HttpConnection::respond() {
|
||||
// actually shutting down.
|
||||
m_generator.setStatusLine(200, "OK");
|
||||
write();
|
||||
qApp->processEvents();
|
||||
// Exit application
|
||||
qApp->exit();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user