mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-12 04:25:45 -04:00
FullscreenUI: Exit fullscreen for open-in-file-browser
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user