Update the detector settings list before running the detectors, so that the list is populated even if a detector crashes

This commit is contained in:
Adam Honse 2021-04-09 18:27:58 -05:00
parent b24f989dbc
commit 276c7e66e9
2 changed files with 76 additions and 41 deletions

View file

@ -139,6 +139,7 @@ public:
private:
void DetectDevicesThreadFunction();
void UpdateDetectorSettings();
/*-------------------------------------------------------------------------------------*\
| Static pointer to shared instance of ResourceManager |