mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fallback to legacy for windows 22621
This commit is contained in:
parent
52de702d5f
commit
8637c03bda
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue