Tastudio - fix "New" menu item broken by last commit

This commit is contained in:
adelikat 2020-07-18 13:26:21 -05:00
parent c7e8744664
commit 59661fea86
1 changed files with 3 additions and 0 deletions

View File

@ -81,7 +81,10 @@ namespace BizHawk.Client.EmuHawk
{
if (!MainForm.GameIsClosing)
{
var prev = WantsToControlReboot;
WantsToControlReboot = false;
StartNewTasMovie();
WantsToControlReboot = prev;
}
}