mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 11:04:00 +00:00
Use null __initialLayout to indicate we don't have a layout in mind
This commit is contained in:
parent
45afe3ae95
commit
da5db5f40b
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ Raven.context(async () => {
|
|||
return;
|
||||
}
|
||||
const __extraWindows = [];
|
||||
let __initialWindowLayout = {};
|
||||
let __initialWindowLayout = null;
|
||||
|
||||
if (isButterchurnSupported()) {
|
||||
const startWithMilkdropHidden =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue