mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
Fix double-click to open destination path (closes #1020366)
This commit is contained in:
@@ -209,7 +209,7 @@ void TransferListWidget::torrentDoubleClicked(const QModelIndex& index) {
|
||||
}
|
||||
break;
|
||||
case OPEN_DEST:
|
||||
QDesktopServices::openUrl(QUrl::fromLocalFile(h.save_path()));
|
||||
QDesktopServices::openUrl(QUrl::fromLocalFile(h.root_path()));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user