Skip to content

Commit

Permalink
Reenable blur close
Browse files Browse the repository at this point in the history
  • Loading branch information
larsenwork committed May 26, 2018
1 parent fce2c72 commit f9ded8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified docs/easing-gradient-assets.sketch
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function() {

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

webContents.on('did-finish-load', () => {
Expand Down

0 comments on commit f9ded8a

Please sign in to comment.