aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/API.cs
diff options
context:
space:
mode:
authorMichaelTheShifter <[email protected]>2016-07-20 13:52:12 -0400
committerMichaelTheShifter <[email protected]>2016-07-20 13:52:12 -0400
commitb52090021ff0ae61db652e8a486cbff6732f5ec5 (patch)
treed6b3fa622525e293f715c963e46cb91465b4a064 /source/WindowsFormsApplication1/API.cs
parent64aae03a9b08a10ace6366008093e95ab5e99945 (diff)
downloadshiftos-c--b52090021ff0ae61db652e8a486cbff6732f5ec5.tar.gz
shiftos-c--b52090021ff0ae61db652e8a486cbff6732f5ec5.tar.bz2
shiftos-c--b52090021ff0ae61db652e8a486cbff6732f5ec5.zip
Move ShiftUI designer to ShiftOS and add
prober for ShiftOS to allow ShiftUI designer to design ShiftOS forms.
Diffstat (limited to 'source/WindowsFormsApplication1/API.cs')
-rw-r--r--source/WindowsFormsApplication1/API.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/WindowsFormsApplication1/API.cs b/source/WindowsFormsApplication1/API.cs
index 4434fc7..ce0ad8c 100644
--- a/source/WindowsFormsApplication1/API.cs
+++ b/source/WindowsFormsApplication1/API.cs
@@ -1926,6 +1926,7 @@ namespace ShiftOS
public static Color[] yellowmemory = new Color[16];
public static Color[] pinkmemory = new Color[16];
internal static Dictionary<string, Dictionary<string, object>> LuaShifterRegistry = null;
+ public static bool ShouldLoadEngine = true;
#endregion
}