mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
- BUGFIX: Fixed possible problem when closing to systray and cancelling app exit
( closes #173832)
This commit is contained in:
1
TODO
1
TODO
@@ -59,4 +59,5 @@ rc9->rc10 changelog:
|
|||||||
- BUGFIX: Added a 3 minutes search engine timeout
|
- BUGFIX: Added a 3 minutes search engine timeout
|
||||||
- BUGFIX: Limit search engine plugins to 10 result pages
|
- BUGFIX: Limit search engine plugins to 10 result pages
|
||||||
- BUGFIX: Fixed nbResults != 0 when clearing results while a search is running
|
- BUGFIX: Fixed nbResults != 0 when clearing results while a search is running
|
||||||
|
- BUGFIX: Fixed possible problem when closing to systray and cancelling app exit
|
||||||
- COSMETIC: Use more skin colors instead of hard coded ones
|
- COSMETIC: Use more skin colors instead of hard coded ones
|
||||||
|
|||||||
@@ -467,6 +467,7 @@ void GUI::closeEvent(QCloseEvent *e) {
|
|||||||
tr("&Yes"), tr("&No"),
|
tr("&Yes"), tr("&No"),
|
||||||
QString(), 0, 1)) {
|
QString(), 0, 1)) {
|
||||||
e->ignore();
|
e->ignore();
|
||||||
|
force_exit = false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user