Eliminate warning

This commit is contained in:
Vic 2022-11-21 18:11:53 +08:00
parent 1b51a461dc
commit 626e8b1f42

View file

@ -220,8 +220,7 @@ namespace Flow.Launcher.Plugin.Program.Programs
return Name;
}
public static List<FileSystemWatcher> Watchers = new List<FileSystemWatcher>();
private static List<FileSystemWatcher> Watchers = new List<FileSystemWatcher>();
private static Win32 Win32Program(string path)
{