fix windows dir opening
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
a572ee58d3
commit
6d7820cf01
|
|
@ -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…
Reference in New Issue