mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 20:06:58 +03:00
Merge pull request #2053 from Trial97/fix_open_path_take_two
This commit is contained in:
commit
e60235cb88
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ bool openPath(const QFileInfo& path, bool ensureFolderPathExists)
|
|||
if (ensureFolderPathExists) {
|
||||
FS::ensureFolderPathExists(path);
|
||||
}
|
||||
return openUrl(QUrl::fromLocalFile(QFileInfo(path).absolutePath()));
|
||||
return openUrl(QUrl::fromLocalFile(QFileInfo(path).absoluteFilePath()));
|
||||
}
|
||||
|
||||
bool openPath(const QString& path, bool ensureFolderPathExists)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue