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 1b51a46 commit 626e8b1Copy full SHA for 626e8b1
Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs
@@ -220,8 +220,7 @@ public override string ToString()
220
return Name;
221
}
222
223
- public static List<FileSystemWatcher> Watchers = new List<FileSystemWatcher>();
224
-
+ private static List<FileSystemWatcher> Watchers = new List<FileSystemWatcher>();
225
226
private static Win32 Win32Program(string path)
227
{
0 commit comments