Mercurial > servermonitor
diff ServerMonitor/Forms/InputDialog.cs @ 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 | b6fe203af9d5 |
children | 7127d5b5ac75 |
line wrap: on
line diff
--- a/ServerMonitor/Forms/InputDialog.cs Thu Feb 28 21:19:32 2019 -0500 +++ b/ServerMonitor/Forms/InputDialog.cs Fri Mar 01 21:38:22 2019 -0500 @@ -16,7 +16,7 @@ public Icon MessageIcon { get; set; } - public string Input { get; private set; } + public string Input { get; private set; } = ""; public InputDialog() {