mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 18:35:47 -04:00
SDL: Add screenshot to menu
This commit is contained in:
@ -902,6 +902,9 @@ void SDLHostInterface::DrawQuickSettingsMenu()
|
||||
StopDumpingAudio();
|
||||
}
|
||||
|
||||
if (ImGui::MenuItem("Save Screenshot"))
|
||||
RunLater([this]() { SaveScreenshot(); });
|
||||
|
||||
if (settings_changed)
|
||||
{
|
||||
RunLater([this]() {
|
||||
|
Reference in New Issue
Block a user