mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-11 00:45:49 -04:00
SDL: Add remove disc menu option
This commit is contained in:
@ -599,6 +599,12 @@ void SDLHostInterface::DrawMainMenuBar()
|
||||
ClearImGuiFocus();
|
||||
}
|
||||
|
||||
if (ImGui::MenuItem("Remove Disc", nullptr, false, system_enabled))
|
||||
{
|
||||
RunLater([this]() { m_system->RemoveMedia(); });
|
||||
ClearImGuiFocus();
|
||||
}
|
||||
|
||||
if (ImGui::MenuItem("Frame Step", nullptr, false, system_enabled))
|
||||
{
|
||||
RunLater([this]() { DoFrameStep(); });
|
||||
|
Reference in New Issue
Block a user