mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Ratio calculation improvement: make usage of new all_time_upload and all_time_download variables in torrent_status.
This commit is contained in:
@@ -644,7 +644,7 @@ void GUI::closeEvent(QCloseEvent *e) {
|
||||
writeSettings();
|
||||
// Do some BT related saving
|
||||
BTSession->saveDHTEntry();
|
||||
BTSession->saveFastResumeAndRatioData();
|
||||
BTSession->saveFastResumeData();
|
||||
// Accept exit
|
||||
e->accept();
|
||||
qApp->exit();
|
||||
|
||||
Reference in New Issue
Block a user