From 69fe691ea6111d1009f9a0ac49b162c36070e64e Mon Sep 17 00:00:00 2001 From: Carver Harrison Date: Sat, 23 Jul 2016 21:43:14 -0700 Subject: Update API.cs --- source/WindowsFormsApplication1/API.cs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'source/WindowsFormsApplication1/API.cs') diff --git a/source/WindowsFormsApplication1/API.cs b/source/WindowsFormsApplication1/API.cs index ce0ad8c..e81788d 100644 --- a/source/WindowsFormsApplication1/API.cs +++ b/source/WindowsFormsApplication1/API.cs @@ -84,7 +84,7 @@ namespace ShiftOS { public static Dictionary OpenGUIDs = new Dictionary(); public static Dictionary DEF_PanelGUIDs = new Dictionary(); - + /// /// Settings file. @@ -104,7 +104,7 @@ namespace ShiftOS /// Developer mode should ALWAYS be off in non-dev releases, to prevent cheating. /// public static bool DeveloperMode = true; - + /// /// If this is true, only certain applications will open and only /// certain features will work. @@ -139,6 +139,10 @@ namespace ShiftOS public static Dictionary CommandAliases = new Dictionary(); public static Terminal LoggerTerminal = null; + // Alternate Names for True and False + public static bool yes = true; + public static bool no = false; + /// /// Logs an exception to the log. /// -- cgit v1.2.3