mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix typos
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
8df1e6a0ce
commit
3283adce59
1 changed files with 2 additions and 2 deletions
|
|
@ -491,9 +491,9 @@ namespace Flow.Launcher.Infrastructure
|
|||
|
||||
#region Notification
|
||||
|
||||
public static bool IsNotificationSupport()
|
||||
public static bool IsNotificationSupported()
|
||||
{
|
||||
// Notification only supported Windows 10 19041+
|
||||
// Notifications only supported on Windows 10 19041+
|
||||
return RuntimeInformation.IsOSPlatform(OSPlatform.Windows) &&
|
||||
Environment.OSVersion.Version.Build >= 19041;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue