mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-10 23:07:59 +00:00
Fix double-click to open destination path (closes #1020366)
This commit is contained in:
parent
0ffba231d4
commit
41132d39ae
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user