mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix typos
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
2a2ef234d9
commit
834780d6e7
1 changed files with 1 additions and 1 deletions
|
|
@ -492,7 +492,7 @@ namespace Flow.Launcher.Infrastructure
|
|||
#region Notification
|
||||
public static bool IsNotificationSupport()
|
||||
{
|
||||
// Noticification only supported Windows 10 19041+
|
||||
// Notification only supported Windows 10 19041+
|
||||
return RuntimeInformation.IsOSPlatform(OSPlatform.Windows) &&
|
||||
Environment.OSVersion.Version.Build >= 19041;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue