mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 03:57:32 +00:00
fix: Fixing Console for 4-series
This commit is contained in:
parent
4321ad6157
commit
55c0a7dc7e
1 changed files with 2 additions and 1 deletions
|
|
@ -137,7 +137,8 @@ namespace ICD.Common.Utils
|
||||||
{
|
{
|
||||||
#if SIMPLSHARP
|
#if SIMPLSHARP
|
||||||
// Avoid crashing Simpl applications
|
// Avoid crashing Simpl applications
|
||||||
if (IcdEnvironment.RuntimeEnvironment != IcdEnvironment.eRuntimeEnvironment.SimplSharpPro)
|
if (IcdEnvironment.RuntimeEnvironment != IcdEnvironment.eRuntimeEnvironment.SimplSharpPro &&
|
||||||
|
IcdEnvironment.RuntimeEnvironment != IcdEnvironment.eRuntimeEnvironment.SimplSharpProMono)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (CrestronConsole.ConsoleRegistered)
|
if (CrestronConsole.ConsoleRegistered)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue