mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
Another magnet fix
This commit is contained in:
parent
2104e4e2ce
commit
faed0ba45a
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ void torrentAdditionDialog::renameSelectedFile() {
|
||||||
save_path = save_path.replace("\\", "/");
|
save_path = save_path.replace("\\", "/");
|
||||||
#endif
|
#endif
|
||||||
save_path = misc::expandPath(save_path);
|
save_path = misc::expandPath(save_path);
|
||||||
if(t->num_files() == 1) {
|
if(!is_magnet && t->num_files() == 1) {
|
||||||
new_path = QFileDialog::getSaveFileName(this, tr("Choose save path"), save_path);
|
new_path = QFileDialog::getSaveFileName(this, tr("Choose save path"), save_path);
|
||||||
} else {
|
} else {
|
||||||
const QDir saveDir(save_path);
|
const QDir saveDir(save_path);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue