Fallback to legacy for windows 22621

This commit is contained in:
VictoriousRaptor 2023-04-28 11:27:26 +08:00 committed by GitHub
parent 52de702d5f
commit 8637c03bda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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