fix windows dir opening
All checks were successful
eden-license / license-header (pull_request) Successful in 37s
All checks were successful
eden-license / license-header (pull_request) Successful in 37s
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
83e9f7b441
commit
33a203159b
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ bool MakeShortcutIcoPath(const u64 program_id,
|
|||
|
||||
void OpenEdenFolder(const Common::FS::EdenPath& path)
|
||||
{
|
||||
QDesktopServices::openUrl(QUrl(QString::fromStdString(Common::FS::GetEdenPathString(path))));
|
||||
QDesktopServices::openUrl(QUrl::fromLocalFile(QString::fromStdString(Common::FS::GetEdenPathString(path))));
|
||||
}
|
||||
|
||||
void OpenRootDataFolder()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue