Skip to content

Commit 8964419

Browse files
committed
Check for updates at startup
1 parent c63fed4 commit 8964419

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/electron.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,7 @@ app.on("ready", () => {
667667
showIntro()
668668
createPanel()
669669
addEventListeners()
670+
checkForUpdates()
670671
})
671672

672673
app.on("window-all-closed", () => {

0 commit comments

Comments
 (0)