Fix some warnings, Fix Windows launch action notifications

This commit is contained in:
Luis von der Eltz
2021-02-06 14:11:23 +01:00
parent 787ec5e9bf
commit 97a3efc2a6
5 changed files with 59 additions and 35 deletions
+1 -2
View File
@@ -51,12 +51,11 @@ namespace Example
private static async Task Main(string[] args)
{
using var manager = CreateManager();
await manager.Initialize();
manager.NotificationActivated += ManagerOnNotificationActivated;
manager.NotificationDismissed += ManagerOnNotificationDismissed;
await manager.Initialize();
var notification = new Notification
{
Title = "Hello World!",