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 8df1e6a commit 3283adcCopy full SHA for 3283adc
Flow.Launcher.Infrastructure/Win32Helper.cs
@@ -491,9 +491,9 @@ or PInvoke.LOCALE_TRANSIENT_KEYBOARD3
491
492
#region Notification
493
494
- public static bool IsNotificationSupport()
+ public static bool IsNotificationSupported()
495
{
496
- // Notification only supported Windows 10 19041+
+ // Notifications only supported on Windows 10 19041+
497
return RuntimeInformation.IsOSPlatform(OSPlatform.Windows) &&
498
Environment.OSVersion.Version.Build >= 19041;
499
}
0 commit comments