get timeout working

This commit is contained in:
mshafer1
2024-12-20 12:11:07 -06:00
parent 3e43002b47
commit f5298e1a4e
3 changed files with 43 additions and 4 deletions

View File

@@ -84,7 +84,7 @@ namespace ntfysh_client
timeoutLabel.Name = "timeoutLabel";
timeoutLabel.Size = new System.Drawing.Size(488, 15);
timeoutLabel.TabIndex = 3;
timeoutLabel.Text = "Notification Toast Timeout (seconds, may be ignored by OS based on accessibility settings):";
timeoutLabel.Text = "Notification Toast Timeout (seconds, use -1 to require closing notification):";
//
// timeout
//