mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-06-27 17:09:53 -04:00
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:
parent
41d7d672ce
commit
b4ab6e93e0
1 changed files with 1 additions and 1 deletions
|
@ -1163,7 +1163,7 @@ void MainWindow::closeEvent(QCloseEvent *e)
|
|||
if (!m_forceExit)
|
||||
{
|
||||
hide();
|
||||
e->accept();
|
||||
e->ignore();
|
||||
return;
|
||||
}
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue