Skip to content

Commit ec7a4e8

Browse files
committed
Fix build issue
1 parent 3283adc commit ec7a4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/Notification.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace Flow.Launcher
99
{
1010
internal static class Notification
1111
{
12-
internal static bool legacy = !Win32Helper.IsNotificationSupport();
12+
internal static bool legacy = !Win32Helper.IsNotificationSupported();
1313

1414
internal static void Uninstall()
1515
{

0 commit comments

Comments
 (0)