Skip to content

Commit 626e8b1

Browse files
Eliminate warning
1 parent 1b51a46 commit 626e8b1

File tree

1 file changed

+1
-2
lines changed
  • Plugins/Flow.Launcher.Plugin.Program/Programs

1 file changed

+1
-2
lines changed

Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,7 @@ public override string ToString()
220220
return Name;
221221
}
222222

223-
public static List<FileSystemWatcher> Watchers = new List<FileSystemWatcher>();
224-
223+
private static List<FileSystemWatcher> Watchers = new List<FileSystemWatcher>();
225224

226225
private static Win32 Win32Program(string path)
227226
{

0 commit comments

Comments
 (0)