Now LogWindow should save the settings correctly
This commit is contained in:
parent
83447d2d71
commit
386d9b5f71
|
@ -274,8 +274,8 @@ namespace BizHawk.MultiClient
|
|||
}
|
||||
else
|
||||
{
|
||||
window.Dispose();
|
||||
logStream.Dispose();
|
||||
window.Close();
|
||||
logStream.Close();
|
||||
logStream = null;
|
||||
Log.HACK_LOG_STREAM = null;
|
||||
window = null;
|
||||
|
@ -283,4 +283,4 @@ namespace BizHawk.MultiClient
|
|||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2253,6 +2253,7 @@ namespace BizHawk.MultiClient
|
|||
CloseForm(TI83KeyPad1);
|
||||
CloseForm(TAStudio1);
|
||||
CloseForm(LuaConsole1);
|
||||
if (Global.Config.ShowLogWindow) LogConsole.HideConsole();
|
||||
ConfigService.Save(PathManager.DefaultIniPath, Global.Config);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue