Skip to content

Commit 8637c03

Browse files
Fallback to legacy for windows 22621
1 parent 52de702 commit 8637c03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Flow.Launcher/Notification.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ private static void ShowInternal(string title, string subTitle, string iconPath
5757
Log.Exception("Flow.Launcher.Notification|Notification InvalidOperationException Error", e);
5858
if (Environment.OSVersion.Version.Build >= 22621)
5959
{
60+
LegacyShow(title, subTitle, iconPath);
6061
return;
6162
}
6263
else

0 commit comments

Comments
 (0)