mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
- Wait for torrent_paused_alert before saving fast resume data
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user