mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- .savepath files were not always removed
This commit is contained in:
parent
52f1463cb9
commit
5373628af5
1 changed files with 1 additions and 1 deletions
|
@ -1270,7 +1270,7 @@ void GUI::deleteSelection(){
|
|||
torrentBackup.remove(fileName+".paused");
|
||||
torrentBackup.remove(fileName+".incremental");
|
||||
torrentBackup.remove(fileName+".pieces");
|
||||
torrentBackup.remove(fileName+".filepath");
|
||||
torrentBackup.remove(fileName+".savepath");
|
||||
// Update info bar
|
||||
setInfoBar("'" + fileName +"' "+tr("removed.", "<file> removed."));
|
||||
--nbTorrents;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue