diff ServerMonitor/Properties/Settings.settings @ 6:c1dffaac66fa

- Don't show multiple password dialogs for the same key if the first one was cancelled. - Add option to trim log files.
author Brad Greco <brad@bgreco.net>
date Fri, 01 Mar 2019 21:38:22 -0500
parents 3142e52cbe69
children 052aa62cb42a
line wrap: on
line diff
--- a/ServerMonitor/Properties/Settings.settings	Thu Feb 28 21:19:32 2019 -0500
+++ b/ServerMonitor/Properties/Settings.settings	Fri Mar 01 21:38:22 2019 -0500
@@ -17,5 +17,8 @@
     <Setting Name="MaxCheckId" Type="System.Int32" Scope="User">
       <Value Profile="(Default)">0</Value>
     </Setting>
+    <Setting Name="KeepLogDays" Type="System.Int32" Scope="User">
+      <Value Profile="(Default)">30</Value>
+    </Setting>
   </Settings>
 </SettingsFile>
\ No newline at end of file