mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 08:43:08 -07:00
- Wait for torrent_paused_alert before saving fast resume data
This commit is contained in:
parent
3494702437
commit
f9c357b52d
4 changed files with 29 additions and 3 deletions
|
@ -211,7 +211,6 @@ GUI::~GUI(){
|
|||
delete finishedTorrentTab;
|
||||
delete checkConnect;
|
||||
delete refresher;
|
||||
delete BTSession;
|
||||
if(systrayIntegration){
|
||||
delete myTrayIcon;
|
||||
delete myTrayIconMenu;
|
||||
|
@ -228,6 +227,7 @@ GUI::~GUI(){
|
|||
delete switchDownShortcut;
|
||||
delete switchUpShortcut;
|
||||
delete switchRSSShortcut;
|
||||
delete BTSession;
|
||||
}
|
||||
|
||||
void GUI::on_actionWebsite_triggered(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue