Tastudio - use Config, not Global.Config
This commit is contained in:
parent
8c988ab2fc
commit
c2e158b0f2
|
@ -856,7 +856,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
var file = SaveFileDialog(
|
||||
filename,
|
||||
Global.Config.PathEntries.MovieAbsolutePath(),
|
||||
Config.PathEntries.MovieAbsolutePath(),
|
||||
"Tas Project Files",
|
||||
"tasproj");
|
||||
|
||||
|
|
Loading…
Reference in New Issue