Use null __initialLayout to indicate we don't have a layout in mind

This commit is contained in:
Jordan Eldredge 2018-10-05 21:14:56 -07:00
parent 45afe3ae95
commit da5db5f40b

View file

@ -173,7 +173,7 @@ Raven.context(async () => {
return;
}
const __extraWindows = [];
let __initialWindowLayout = {};
let __initialWindowLayout = null;
if (isButterchurnSupported()) {
const startWithMilkdropHidden =