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
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

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