diff ServerMonitor/Properties/Settings.settings @ 29:f6235dc0a8ec

Add ability to play a sound on check failure.
author Brad Greco <brad@bgreco.net>
date Fri, 14 Jun 2019 21:01:55 -0400
parents 75ca86e0862c
children
line wrap: on
line diff
--- a/ServerMonitor/Properties/Settings.settings	Sun Jun 02 17:55:38 2019 -0400
+++ b/ServerMonitor/Properties/Settings.settings	Fri Jun 14 21:01:55 2019 -0400
@@ -29,5 +29,14 @@
     <Setting Name="HideToNotificationArea" Type="System.Boolean" Scope="User">
       <Value Profile="(Default)">True</Value>
     </Setting>
+    <Setting Name="ErrorSound" Type="System.String" Scope="User">
+      <Value Profile="(Default)">0</Value>
+    </Setting>
+    <Setting Name="WarningSound" Type="System.String" Scope="User">
+      <Value Profile="(Default)">0</Value>
+    </Setting>
+    <Setting Name="InformationSound" Type="System.String" Scope="User">
+      <Value Profile="(Default)">0</Value>
+    </Setting>
   </Settings>
 </SettingsFile>
\ No newline at end of file