mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 18:05:47 -04:00
Qt: Fix mute toggle having inverse effect
This commit is contained in:
@ -1185,10 +1185,10 @@ void QtHostInterface::setAudioOutputMuted(bool muted)
|
||||
return;
|
||||
}
|
||||
|
||||
g_settings.audio_output_muted = muted;
|
||||
|
||||
if (m_audio_stream)
|
||||
m_audio_stream->SetOutputVolume(GetAudioOutputVolume());
|
||||
|
||||
g_settings.audio_output_muted = muted;
|
||||
}
|
||||
|
||||
void QtHostInterface::startDumpingAudio()
|
||||
|
Reference in New Issue
Block a user