From 689335ab5be6db058813703f19762a16411c2f32 Mon Sep 17 00:00:00 2001 From: Luka Grabarevic Date: Sun, 15 Apr 2018 18:59:17 +0200 Subject: [PATCH] fixed notifications not working on windows 10 after fall creators update --- .../Notifications/Windows10NotificationProvider.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BuildsAppReborn.Access.UI/Notifications/Windows10NotificationProvider.cs b/BuildsAppReborn.Access.UI/Notifications/Windows10NotificationProvider.cs index 38b04cf..fc1304f 100644 --- a/BuildsAppReborn.Access.UI/Notifications/Windows10NotificationProvider.cs +++ b/BuildsAppReborn.Access.UI/Notifications/Windows10NotificationProvider.cs @@ -85,6 +85,6 @@ public Boolean IsSupported // Code partially from: https://www.whitebyte.info/programming/c/how-to-make-a-notification-from-a-c-desktop-application-in-windows-10 - private const String AppId = "BuildsAppReborn"; + private const String AppId = "com.squirrel.BuildsAppReborn.BuildsAppReborn.Client"; } } \ No newline at end of file