mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-10 23:53:08 -04:00
Fix some issues with detector settings page
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user