Fix some warnings, Fix Windows launch action notifications
This commit is contained in:
+1
-2
@@ -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!",
|
||||
|
||||
Reference in New Issue
Block a user