Initial window positions are assumed to be relative

This commit is contained in:
Jordan Eldredge 2018-10-03 14:56:38 -07:00
parent 784c97412a
commit c1b100be54

View file

@ -155,7 +155,7 @@ class Winamp {
this.store.dispatch(
Actions.updateWindowPositions(
Utils.objectMap(layout, w => w.position),
true
false
)
);
}