mirror of
https://github.com/PrismLauncher/PrismLauncher
synced 2026-04-23 09:05:03 +00:00
Fixed open path a second time
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
(cherry picked from commit 12bf913764)
This commit is contained in:
parent
a8b168dc1f
commit
bc63e1906f
|
|
@ -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…
Reference in a new issue