mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-12 21:28:30 -04:00
More settings schema filter fixes, allow registering a schema key that ignores filtering as Detectors needs this
This commit is contained in:
1 parent
51d46849fb
commit
967bb51313
4 files changed
+45
-30
No files matched your search
+1
-1
@@ -202,7 +202,7 @@ ResourceManager::ResourceManager()
|
||||
detection_settings_schema["initial_detection_delay_ms"]["type"] = "integer";
|
||||
detection_settings_schema["initial_detection_delay_ms"]["description"] = QT_TRANSLATE_NOOP("Settings", "Amount of time, in milliseconds, to wait before detecting devices when started");
|
||||
|
||||
settings_manager->RegisterSettingsSchema("Detectors", QT_TRANSLATE_NOOP("Settings", "Detection"), detection_settings_schema);
|
||||
settings_manager->RegisterSettingsSchemaIgnoreFilter("Detectors", QT_TRANSLATE_NOOP("Settings", "Detection"), detection_settings_schema);
|
||||
|
||||
/*-----------------------------------------------------*\
|
||||
| Create LogManager settings schema |
|
||||
|
||||
Reference in new issue
Block a user