create file watch on new script

This commit is contained in:
adelikat 2019-11-17 13:04:09 -06:00
parent b65f7ae8d9
commit 23f283aef8
1 changed files with 1 additions and 0 deletions

View File

@ -841,6 +841,7 @@ namespace BizHawk.Client.EmuHawk
Verb = "Open",
FileName = sfd.FileName
});
AddFileWatches();
}
}