Fix some issues with detector settings page

This commit is contained in:
Adam Honse
2025-12-08 15:33:17 -06:00
parent 6da0dbf511
commit bd6b358e0d

View File

@@ -212,12 +212,12 @@ OpenRGBSettingsPage::OpenRGBSettingsPage(QWidget *parent) :
}
else
{
ui->CheckboxHIDSafeMode->setChecked(true);
ui->CheckboxHIDSafeMode->setChecked(false);
}
if(detector_settings.contains("initial_detection_delay_ms"))
{
ui->TextDetectionDelay->setValue(log_manager_settings["initial_detection_delay_ms"]);
ui->TextDetectionDelay->setValue(detector_settings["initial_detection_delay_ms"]);
}
else
{