mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 18:35:47 -04:00
Qt: Fix cancelling overclock enable writing true to settings
This commit is contained in:
@ -66,6 +66,7 @@ void ConsoleSettingsWidget::onEnableCPUClockSpeedControlChecked(int state)
|
||||
{
|
||||
QSignalBlocker sb(m_ui.enableCPUClockSpeedControl);
|
||||
m_ui.enableCPUClockSpeedControl->setChecked(Qt::Unchecked);
|
||||
m_host_interface->SetBoolSettingValue("CPU", "OverclockEnable", false);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user