mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
- BUGFIX: The torrent size displayed now takes filtered files into consideration
- BUGFIX: Fixed compiling errors with libtorrent svn (adds UPnP support)
This commit is contained in:
@@ -290,10 +290,6 @@ void properties::saveFilteredFiles(){
|
||||
}
|
||||
}
|
||||
pieces_file.close();
|
||||
if(!has_filtered_files){
|
||||
// Don't need to reload torrent
|
||||
// if already in full allocation mode
|
||||
emit changedFilteredFiles(h, !hasFilteredFiles);
|
||||
}
|
||||
emit changedFilteredFiles(h, !hasFilteredFiles);
|
||||
has_filtered_files = hasFilteredFiles;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user