mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
- Fixed a problem when closing to systray, then closing the app and cancel
This commit is contained in:
parent
efb8315a38
commit
a84c686090
1 changed files with 1 additions and 0 deletions
|
@ -494,6 +494,7 @@ void GUI::closeEvent(QCloseEvent *e) {
|
|||
tr("&Yes"), tr("&No"),
|
||||
QString(), 0, 1)) {
|
||||
e->ignore();
|
||||
force_exit = false;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue