Qt: Fix cancelling overclock enable writing true to settings

pull/918/head
Connor McLaughlin 6 years ago
parent 5bc61849eb
commit 1da6db7260

@ -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;
}

Loading…
Cancel
Save