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 3283adc commit ec7a4e8Copy full SHA for ec7a4e8
Flow.Launcher/Notification.cs
@@ -9,7 +9,7 @@ namespace Flow.Launcher
9
{
10
internal static class Notification
11
12
- internal static bool legacy = !Win32Helper.IsNotificationSupport();
+ internal static bool legacy = !Win32Helper.IsNotificationSupported();
13
14
internal static void Uninstall()
15
0 commit comments