Skip to content

Commit

Permalink
fix: reset lcu query interval.
Browse files Browse the repository at this point in the history
  • Loading branch information
cangzhang committed May 4, 2020
1 parent 8507153 commit e694546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const App = () => {

ipcRenderer.send(`hide-popup`);
}
}, 1000);
}, 1600);

return () => {
clearInterval(checkTask.current);
Expand Down

0 comments on commit e694546

Please sign in to comment.