mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-04 17:43:42 -04:00
Notification overhaul and update to avaloniaui 0.10.7
This commit is contained in:
@ -37,11 +37,11 @@ namespace Observatory.PluginManagement
|
||||
}
|
||||
}
|
||||
|
||||
public void OnNotificationEvent(object source, NotificationEventArgs notificationEventArgs)
|
||||
public void OnNotificationEvent(object source, NotificationArgs notificationArgs)
|
||||
{
|
||||
foreach (var notifier in observatoryNotifiers)
|
||||
{
|
||||
notifier.OnNotificationEvent(notificationEventArgs.Title, notificationEventArgs.Detail);
|
||||
notifier.OnNotificationEvent(notificationArgs);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user