diff ServerMonitor/Properties/Settings.Designer.cs @ 11:75ca86e0862c

Add setting to hide to notification area.
author Brad Greco <brad@bgreco.net>
date Mon, 15 Apr 2019 19:24:25 -0400
parents 9e77c0dccb66
children f6235dc0a8ec
line wrap: on
line diff
--- a/ServerMonitor/Properties/Settings.Designer.cs	Mon Apr 08 21:31:03 2019 -0400
+++ b/ServerMonitor/Properties/Settings.Designer.cs	Mon Apr 15 19:24:25 2019 -0400
@@ -118,5 +118,17 @@
                 this["IgnoreUpdate"] = value;
             }
         }
+        
+        [global::System.Configuration.UserScopedSettingAttribute()]
+        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [global::System.Configuration.DefaultSettingValueAttribute("True")]
+        public bool HideToNotificationArea {
+            get {
+                return ((bool)(this["HideToNotificationArea"]));
+            }
+            set {
+                this["HideToNotificationArea"] = value;
+            }
+        }
     }
 }