mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
- Save and load session state to remember it over different sessions
This commit is contained in:
@@ -642,9 +642,6 @@ void GUI::closeEvent(QCloseEvent *e) {
|
||||
}
|
||||
// Save window size, columns size
|
||||
writeSettings();
|
||||
// Do some BT related saving
|
||||
BTSession->saveDHTEntry();
|
||||
BTSession->saveFastResumeData();
|
||||
// Accept exit
|
||||
e->accept();
|
||||
qApp->exit();
|
||||
|
||||
Reference in New Issue
Block a user