mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-14 04:57:15 +00:00
Moves setting program initialization value out of InitializeSystem() to SystemMonitorController class
This commit is contained in:
parent
7c88843f50
commit
1c9aa1eaf6
2 changed files with 1 additions and 3 deletions
|
|
@ -34,8 +34,6 @@ namespace PepperDash.Essentials
|
|||
/// </summary>
|
||||
public override void InitializeSystem()
|
||||
{
|
||||
SystemMonitor.ProgramInitialization.ProgramInitializationUnderUserControl = true;
|
||||
|
||||
DeterminePlatform();
|
||||
|
||||
//CrestronConsole.AddNewConsoleCommand(s => GoWithLoad(), "go", "Loads configuration file",
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 5bee684b52588788c392c666126a52c176e03a62
|
||||
Subproject commit c40f3b40d57a82b9191d4f8f6dbf89a4756af4e4
|
||||
Loading…
Add table
Add a link
Reference in a new issue