mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-03 02:14:16 +00:00
Show new paths in native form.
This commit is contained in:
parent
083bc71315
commit
d93d0ab19e
@ -127,7 +127,7 @@ void FileSystemPathEdit::FileSystemPathEditPrivate::browseActionTriggered()
|
||||
throw std::logic_error("Unknown FileSystemPathEdit mode");
|
||||
}
|
||||
if (!selectedPath.isEmpty())
|
||||
q->setEditWidgetText(selectedPath);
|
||||
q->setEditWidgetText(Utils::Fs::toNativePath(selectedPath));
|
||||
}
|
||||
|
||||
QString FileSystemPathEdit::FileSystemPathEditPrivate::dialogCaptionOrDefault() const
|
||||
|
Loading…
x
Reference in New Issue
Block a user