Ram Watch - fix crash when using the save icon on a new watch file with changes
This commit is contained in:
parent
e889520744
commit
b0235e08f0
|
@ -870,7 +870,7 @@ namespace BizHawk.MultiClient
|
|||
|
||||
private void saveToolStripButton_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (changes)
|
||||
if (changes && currentWatchFile.Length > 0)
|
||||
{
|
||||
SaveWatchFile(currentWatchFile);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue