mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 01:29:22 +00:00
Initial window positions are assumed to be relative
This commit is contained in:
parent
784c97412a
commit
c1b100be54
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ class Winamp {
|
|||
this.store.dispatch(
|
||||
Actions.updateWindowPositions(
|
||||
Utils.objectMap(layout, w => w.position),
|
||||
true
|
||||
false
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue