use 0 for "don't timeout" and don't allow -1

This commit is contained in:
mshafer1
2024-12-21 09:45:08 -06:00
parent c448de2c17
commit 025a7d04f8
2 changed files with 2 additions and 4 deletions

View File

@@ -99,7 +99,6 @@ namespace ntfysh_client
//
timeout.Location = new System.Drawing.Point(13, 28);
timeout.Maximum = new decimal(new int[] { -1981284353, -1966660860, 0, 0 });
timeout.Minimum = new decimal(new int[] { 1, 0, 0, int.MinValue });
timeout.Name = "timeout";
timeout.Size = new System.Drawing.Size(506, 23);
timeout.TabIndex = 4;