diff --git a/src/main.js b/src/main.js index 1770de5..ef01c1f 100644 --- a/src/main.js +++ b/src/main.js @@ -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