allow a timeout of -1 in settings

This commit is contained in:
mshafer1
2024-12-20 16:16:57 -06:00
parent 9b902f1d38
commit f908e9c4b0

View File

@@ -90,6 +90,7 @@ namespace ntfysh_client
// //
timeout.Location = new System.Drawing.Point(13, 28); timeout.Location = new System.Drawing.Point(13, 28);
timeout.Maximum = new decimal(new int[] { -1981284353, -1966660860, 0, 0 }); 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.Name = "timeout";
timeout.Size = new System.Drawing.Size(506, 23); timeout.Size = new System.Drawing.Size(506, 23);
timeout.TabIndex = 4; timeout.TabIndex = 4;