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(
|
var file = SaveFileDialog(
|
||||||
filename,
|
filename,
|
||||||
Global.Config.PathEntries.MovieAbsolutePath(),
|
Config.PathEntries.MovieAbsolutePath(),
|
||||||
"Tas Project Files",
|
"Tas Project Files",
|
||||||
"tasproj");
|
"tasproj");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue