From f908e9c4b0eece038a32649f9c705e2a779366c4 Mon Sep 17 00:00:00 2001 From: mshafer1 <2565361+mshafer1@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:16:57 -0600 Subject: [PATCH] allow a timeout of -1 in settings --- ntfysh_client/SettingsDialog.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ntfysh_client/SettingsDialog.Designer.cs b/ntfysh_client/SettingsDialog.Designer.cs index 5d07b2a..a9ccaa0 100644 --- a/ntfysh_client/SettingsDialog.Designer.cs +++ b/ntfysh_client/SettingsDialog.Designer.cs @@ -90,6 +90,7 @@ 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;