mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 06:02:29 -06:00
Delete temporary after they aren't needed. Closes #1188.
This commit is contained in:
@@ -163,7 +163,7 @@ void SearchEngine::pythonDownloadSuccess(QString url, QString file_path) {
|
||||
on_search_button_clicked();
|
||||
}
|
||||
// Delete temp file
|
||||
QFile::remove(file_path+".msi");
|
||||
fsutils::forceRemove(file_path);
|
||||
}
|
||||
|
||||
void SearchEngine::pythonDownloadFailure(QString url, QString error) {
|
||||
|
||||
Reference in New Issue
Block a user