From c1b100be54f8a8f5cda61c23085f68b9e020ba64 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Wed, 3 Oct 2018 14:56:38 -0700 Subject: [PATCH] Initial window positions are assumed to be relative --- js/webampLazy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/webampLazy.js b/js/webampLazy.js index 26376679..3f2d177c 100644 --- a/js/webampLazy.js +++ b/js/webampLazy.js @@ -155,7 +155,7 @@ class Winamp { this.store.dispatch( Actions.updateWindowPositions( Utils.objectMap(layout, w => w.position), - true + false ) ); }