Merge branch 'development' into hotfix/techroom-preset-recall-event

This commit is contained in:
Andrew Welker 2021-05-24 13:19:45 -06:00 committed by GitHub
commit ef7da0d7af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 9150 additions and 6642 deletions

View file

@ -36,6 +36,7 @@ namespace PepperDash.Essentials
Thread.MaxNumberOfUserThreads = 400;
Global.ControlSystem = this;
DeviceManager.Initialize(this);
SecretsManager.Initialize();
SystemMonitor.ProgramInitialization.ProgramInitializationUnderUserControl = true;
}