Merge pull request #2057 from PrismLauncher/backport-2053-to-release-8.x
This commit is contained in:
commit
2fd5635b2d
@ -46,7 +46,7 @@ bool openPath(const QFileInfo& path, bool ensureFolderPathExists)
|
|||||||
if (ensureFolderPathExists) {
|
if (ensureFolderPathExists) {
|
||||||
FS::ensureFolderPathExists(path);
|
FS::ensureFolderPathExists(path);
|
||||||
}
|
}
|
||||||
return openUrl(QUrl::fromLocalFile(QFileInfo(path).absolutePath()));
|
return openUrl(QUrl::fromLocalFile(QFileInfo(path).absoluteFilePath()));
|
||||||
}
|
}
|
||||||
|
|
||||||
bool openPath(const QString& path, bool ensureFolderPathExists)
|
bool openPath(const QString& path, bool ensureFolderPathExists)
|
||||||
|
Loading…
Reference in New Issue
Block a user