TAStudio: Update window name when using saveas, Fixes #1444

This commit is contained in:
alyosha-tas 2019-01-19 14:47:12 -06:00
parent 6e1a19b5f8
commit c4b3a7c3b8
2 changed files with 2 additions and 1 deletions

View File

@ -1428,7 +1428,7 @@ namespace BizHawk.Client.EmuHawk
}
}
private void SetWindowText()
public void SetWindowText()
{
string str = "";

View File

@ -169,6 +169,7 @@ namespace BizHawk.Client.EmuHawk
_autosaveTimer.Start();
}
Mainform.SetWindowText();
GlobalWin.Sound.StartSound();
}