From 8637c03bda281585a77132485eb10ae15bc3681f Mon Sep 17 00:00:00 2001 From: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com> Date: Fri, 28 Apr 2023 11:27:26 +0800 Subject: [PATCH] Fallback to legacy for windows 22621 --- Flow.Launcher/Notification.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Flow.Launcher/Notification.cs b/Flow.Launcher/Notification.cs index 64db5c213..d858e5313 100644 --- a/Flow.Launcher/Notification.cs +++ b/Flow.Launcher/Notification.cs @@ -57,6 +57,7 @@ namespace Flow.Launcher Log.Exception("Flow.Launcher.Notification|Notification InvalidOperationException Error", e); if (Environment.OSVersion.Version.Build >= 22621) { + LegacyShow(title, subTitle, iconPath); return; } else