Skip to content

Commit

Permalink
spotify fix won't after idle for a while
Browse files Browse the repository at this point in the history
  • Loading branch information
sdetweil committed Apr 21, 2021
1 parent 4d7752f commit b2822ad
Show file tree
Hide file tree
Showing 2 changed files with 208 additions and 149 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function createWindow() {
},
};
if (externalDisplay) {
browserWindowOptions.x = width + 2; //externalDisplay.bounds.x + 50
browserWindowOptions.x = width; //+ 2; //externalDisplay.bounds.x + 50
browserWindowOptions.y = height; //externalDisplay.bounds.y + 50
console.log(
"display size=" + browserWindowOptions.x + "+" + browserWindowOptions.y
Expand Down
Loading

0 comments on commit b2822ad

Please sign in to comment.