Fix build issue

This commit is contained in:
Jack251970 2025-04-04 11:27:50 +08:00
parent 3283adce59
commit ec7a4e8aaa

View file

@ -9,7 +9,7 @@ namespace Flow.Launcher
{ {
internal static class Notification internal static class Notification
{ {
internal static bool legacy = !Win32Helper.IsNotificationSupport(); internal static bool legacy = !Win32Helper.IsNotificationSupported();
internal static void Uninstall() internal static void Uninstall()
{ {