feat: add ShowIcon property.
This commit is contained in:
@@ -85,6 +85,9 @@ public class Notification : INotification, INotifyPropertyChanged
|
||||
/// <inheritdoc/>
|
||||
public TimeSpan Expiration { get; set; }
|
||||
|
||||
/// <inheritdoc/>
|
||||
public bool ShowIcon { get; set; }
|
||||
|
||||
/// <inheritdoc/>
|
||||
public bool ShowClose { get; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user