mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 05:25:43 -04:00
FullscreenUI: Exit fullscreen for open-in-file-browser
This commit is contained in:
parent
bc4b7f2af9
commit
6e7a4c3909
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user