mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
Fix double-click to open destination path (closes #1020366)
This commit is contained in:
parent
0ffba231d4
commit
41132d39ae
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ void TransferListWidget::torrentDoubleClicked(const QModelIndex& index) {
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case OPEN_DEST:
|
case OPEN_DEST:
|
||||||
QDesktopServices::openUrl(QUrl::fromLocalFile(h.save_path()));
|
QDesktopServices::openUrl(QUrl::fromLocalFile(h.root_path()));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue