Fix customF crash

This commit is contained in:
GittyMac 2020-11-22 18:46:23 -05:00
parent c4abe2d0c5
commit df41be506c

View File

@ -109,6 +109,7 @@ namespace OpenFK
| NotifyFilters.FileName | NotifyFilters.DirectoryName;
watcher.Filter = "customF.txt";
watcher.Changed += OnChanged;
watcher.SynchronizingObject = AS2Container;
watcher.EnableRaisingEvents = true;
}
//End of customF Initialization