mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 13:18:06 -06:00
Fix Auto-Shutdown feature on Windows
This commit is contained in:
@@ -2035,6 +2035,8 @@ void Bittorrent::addConsoleMessage(QString msg, QString) {
|
||||
saveFastResumeData();
|
||||
delete s;
|
||||
misc::shutdownComputer();
|
||||
exiting = true;
|
||||
qApp->exit();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user