Tastudio - use Config, not Global.Config

This commit is contained in:
adelikat 2020-06-02 20:03:16 -05:00
parent 8c988ab2fc
commit c2e158b0f2
1 changed files with 1 additions and 1 deletions

View File

@ -856,7 +856,7 @@ namespace BizHawk.Client.EmuHawk
var file = SaveFileDialog(
filename,
Global.Config.PathEntries.MovieAbsolutePath(),
Config.PathEntries.MovieAbsolutePath(),
"Tas Project Files",
"tasproj");