mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
Update Main UI
This commit is contained in:
parent
ae8356aae5
commit
4390530cbe
5 changed files with 16 additions and 14 deletions
|
@ -260,7 +260,7 @@ void TransferListWidget::setSelectedTorrentsLocation() {
|
|||
if (!dir.isNull()) {
|
||||
qDebug("New path is %s", qPrintable(dir));
|
||||
// Check if savePath exists
|
||||
QDir savePath(fsutils::expandPath(dir));
|
||||
QDir savePath(fsutils::expandPathAbs(dir));
|
||||
qDebug("New path after clean up is %s", qPrintable(savePath.absolutePath()));
|
||||
foreach (const QString & hash, hashes) {
|
||||
// Actually move storage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue