mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 17:53:08 -07:00
Show new paths in native form.
This commit is contained in:
parent
083bc71315
commit
d93d0ab19e
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ void FileSystemPathEdit::FileSystemPathEditPrivate::browseActionTriggered()
|
||||||
throw std::logic_error("Unknown FileSystemPathEdit mode");
|
throw std::logic_error("Unknown FileSystemPathEdit mode");
|
||||||
}
|
}
|
||||||
if (!selectedPath.isEmpty())
|
if (!selectedPath.isEmpty())
|
||||||
q->setEditWidgetText(selectedPath);
|
q->setEditWidgetText(Utils::Fs::toNativePath(selectedPath));
|
||||||
}
|
}
|
||||||
|
|
||||||
QString FileSystemPathEdit::FileSystemPathEditPrivate::dialogCaptionOrDefault() const
|
QString FileSystemPathEdit::FileSystemPathEditPrivate::dialogCaptionOrDefault() const
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue