TAStudio: Update window name when using saveas, Fixes #1444
This commit is contained in:
parent
6e1a19b5f8
commit
c4b3a7c3b8
|
@ -1428,7 +1428,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
}
|
||||
}
|
||||
|
||||
private void SetWindowText()
|
||||
public void SetWindowText()
|
||||
{
|
||||
string str = "";
|
||||
|
||||
|
|
|
@ -169,6 +169,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
_autosaveTimer.Start();
|
||||
}
|
||||
|
||||
Mainform.SetWindowText();
|
||||
GlobalWin.Sound.StartSound();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue