add to options

This commit is contained in:
mshafer1
2024-12-20 21:31:40 -06:00
parent 7c5bb6f862
commit 93ac99dd7c
4 changed files with 181 additions and 12 deletions

View File

@@ -6,5 +6,9 @@
public decimal Timeout { get; set; }
public decimal ReconnectAttempts { get; set; }
public decimal ReconnectAttemptDelay { get; set; }
public bool UseNativeWindowsNotifications { get; set; }
public bool UseCustomTrayNotifications { get; set; }
public bool CustomTrayNotificationsShowTimeoutBar { get; set; }
public bool CustomTrayNotificationsShowInDarkMode { get; set; }
}
}