Skip to content

Commit

Permalink
Reeable blur
Browse files Browse the repository at this point in the history
  • Loading branch information
larsenwork committed Sep 3, 2018
1 parent f0482ae commit bacc46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function onEaseGradient() {

// Close the window when we blur
browserWindow.once('blur', () => {
// browserWindow.close()
browserWindow.close()
})

// Send gradient parameters to the webview once it's loaded
Expand Down

0 comments on commit bacc46b

Please sign in to comment.