More settings schema filter fixes, allow registering a schema key that ignores filtering as Detectors needs this

This commit is contained in:
Adam Honse committed 2026-08-16 18:05:08 -05:00
1 parent 51d46849fb
commit 967bb51313
4 files changed
+45 -30

No files matched your search

+1 -1
View File
@@ -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 |