We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a2ef23 commit 834780dCopy full SHA for 834780d
Flow.Launcher.Infrastructure/Win32Helper.cs
@@ -492,7 +492,7 @@ or PInvoke.LOCALE_TRANSIENT_KEYBOARD3
492
#region Notification
493
public static bool IsNotificationSupport()
494
{
495
- // Noticification only supported Windows 10 19041+
+ // Notification only supported Windows 10 19041+
496
return RuntimeInformation.IsOSPlatform(OSPlatform.Windows) &&
497
Environment.OSVersion.Version.Build >= 19041;
498
}
0 commit comments