Skip to content

Commit

Permalink
checking updates on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
ISO53 committed Mar 14, 2024
1 parent de98b7c commit d5fe1c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ function startApp() {
getMessageFromRenderer("read-file", readFileHandler);
readOmdbApiKeyFromFile();
sendMessageToRenderer("movie-db-status", "d");
checkUpdates();
}

function createWindow() {
Expand Down

0 comments on commit d5fe1c2

Please sign in to comment.