Browse Source

Change default max notification cards from 3 to 4

pull/55/head
Ionite 1 year ago
parent
commit
ae5cd9e3ac
No known key found for this signature in database
  1. 2
      StabilityMatrix.Avalonia/Services/NotificationService.cs

2
StabilityMatrix.Avalonia/Services/NotificationService.cs

@ -14,7 +14,7 @@ public class NotificationService : INotificationService
public void Initialize(
Visual? visual,
NotificationPosition position = NotificationPosition.BottomRight,
int maxItems = 3)
int maxItems = 4)
{
if (notificationManager is not null) return;
notificationManager = new WindowNotificationManager(TopLevel.GetTopLevel(visual))

Loading…
Cancel
Save