mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-20 07:56:50 +00:00
feat: Load assets during ControlSystem initialization for enhanced resource management
This commit is contained in:
parent
35d44f91e4
commit
4ed5e648c0
1 changed files with 2 additions and 0 deletions
|
|
@ -271,6 +271,8 @@ public class ControlSystem : CrestronControlSystem, ILoadConfig
|
||||||
|
|
||||||
_ = new Core.DeviceFactory();
|
_ = new Core.DeviceFactory();
|
||||||
|
|
||||||
|
LoadAssets();
|
||||||
|
|
||||||
Debug.LogMessage(LogEventLevel.Information, "Starting Essentials load from configuration");
|
Debug.LogMessage(LogEventLevel.Information, "Starting Essentials load from configuration");
|
||||||
|
|
||||||
var filesReady = SetupFilesystem();
|
var filesReady = SetupFilesystem();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue