mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix build issue
This commit is contained in:
parent
3283adce59
commit
ec7a4e8aaa
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ namespace Flow.Launcher
|
|||
{
|
||||
internal static class Notification
|
||||
{
|
||||
internal static bool legacy = !Win32Helper.IsNotificationSupport();
|
||||
internal static bool legacy = !Win32Helper.IsNotificationSupported();
|
||||
|
||||
internal static void Uninstall()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue