We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5386fa1 commit e196347Copy full SHA for e196347
Core.Window/ToastService.cs
@@ -84,7 +84,7 @@ public void Show(string header, string text, NotificationType notificationType =
84
: new WindowNotificationManager(windowFromIntPtr);
85
windowToastManager.Position = NotificationPosition.BottomRight;
86
windowToastManager!.Show(
87
- new Notification($"Kitopia{header}", text),
+ new Notification($"{header}", text),
88
showIcon: true,
89
showClose: true,
90
type: notificationType);
0 commit comments