mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Fix opening on torrent folder in explorer when path contains special characters or spaces
This commit is contained in:
parent
4059bcc0fa
commit
c35ef9ad15
1 changed files with 1 additions and 1 deletions
|
@ -529,7 +529,7 @@ void TransferListWidget::torrentDoubleClicked(QModelIndex index) {
|
|||
}
|
||||
break;
|
||||
case OPEN_DEST:
|
||||
QDesktopServices::openUrl(QUrl(h.save_path()));
|
||||
QDesktopServices::openUrl("file://" + h.save_path());
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue