mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-26 11:34:14 +00:00
Use null __initialLayout to indicate we don't have a layout in mind
This commit is contained in:
parent
c1b100be54
commit
e3d0b419bd
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