toast notifications(+) #17

Merged
mshafer1 merged 41 commits from dev/toast_notifications_plus into master 2025-02-11 04:53:56 -05:00
5 changed files with 397 additions and 2 deletions
Showing only changes of commit f908e9c4b0 - Show all commits

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;