Make qBittorrent quit on MacOS with main window closed Closes 22849

Fixes the reported bug that you couldn't quit qBittorrent when the main window was closed on MacOS Closes 22849
This commit is contained in:
Ryu481 2025-06-27 05:19:11 +02:00 committed by GitHub
parent 41d7d672ce
commit b4ab6e93e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1163,7 +1163,7 @@ void MainWindow::closeEvent(QCloseEvent *e)
if (!m_forceExit)
{
hide();
e->accept();
e->ignore();
return;
}
#else