Notification overhaul and update to avaloniaui 0.10.7
This commit is contained in:
parent
840ccad5bf
commit
5159500644
10 changed files with 279 additions and 75 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue