FullscreenUI: Exit fullscreen for open-in-file-browser

This commit is contained in:
Stenzek
2024-04-16 12:36:33 +10:00
parent bc4b7f2af9
commit 6e7a4c3909

View File

@ -6612,7 +6612,7 @@ void FullscreenUI::DrawGameListSettingsWindow()
if (index == 0) if (index == 0)
{ {
// Open in file browser // Open in file browser
Host::OpenURL(Path::CreateFileURL(dir)); ExitFullscreenAndOpenURL(Path::CreateFileURL(dir));
} }
else if (index == 1) else if (index == 1)
{ {