Tastudio - fix "New" menu item broken by last commit
This commit is contained in:
parent
c7e8744664
commit
59661fea86
|
@ -81,7 +81,10 @@ namespace BizHawk.Client.EmuHawk
|
|||
{
|
||||
if (!MainForm.GameIsClosing)
|
||||
{
|
||||
var prev = WantsToControlReboot;
|
||||
WantsToControlReboot = false;
|
||||
StartNewTasMovie();
|
||||
WantsToControlReboot = prev;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue