add to options
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user