mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-12 04:55:47 -04:00
FullscreenUI: Wire up Open in File Browser functionality (#3178)
This commit is contained in:
@ -6611,8 +6611,8 @@ void FullscreenUI::DrawGameListSettingsWindow()
|
||||
|
||||
if (index == 0)
|
||||
{
|
||||
// Open in file browser... todo
|
||||
Host::ReportErrorAsync("Error", "Not implemented");
|
||||
// Open in file browser
|
||||
Host::OpenURL(Path::CreateFileURL(dir));
|
||||
}
|
||||
else if (index == 1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user