2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-04-05 17:39:39 -04:00

feat: wire up core methods for updating and cancelling notifications

This commit is contained in:
Xjph 2021-10-23 11:19:25 -02:30
parent 908ea59b20
commit 41334ae375

View File

@ -56,12 +56,12 @@ namespace Observatory.PluginManagement
public void CancelNotification(Guid id)
{
NativePopup.CloseNotification(id);
}
public void UpdateNotification(Guid id, NotificationArgs notificationArgs)
{
NativePopup.UpdateNotification(id, notificationArgs);
}
/// <summary>