diff --git a/src/app.js b/src/app.js index ec8ba052..1c3fd5f7 100644 --- a/src/app.js +++ b/src/app.js @@ -96,7 +96,7 @@ const App = () => { ipcRenderer.send(`hide-popup`); } - }, 1000); + }, 1600); return () => { clearInterval(checkTask.current);