We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da0dbf commit bd6b358Copy full SHA for bd6b358
1 file changed
qt/OpenRGBSettingsPage/OpenRGBSettingsPage.cpp
@@ -212,12 +212,12 @@ OpenRGBSettingsPage::OpenRGBSettingsPage(QWidget *parent) :
212
}
213
else
214
{
215
- ui->CheckboxHIDSafeMode->setChecked(true);
+ ui->CheckboxHIDSafeMode->setChecked(false);
216
217
218
if(detector_settings.contains("initial_detection_delay_ms"))
219
220
- ui->TextDetectionDelay->setValue(log_manager_settings["initial_detection_delay_ms"]);
+ ui->TextDetectionDelay->setValue(detector_settings["initial_detection_delay_ms"]);
221
222
223
0 commit comments