From d5fe1c24bf0a5dad4273b3a81596a44407bc371c Mon Sep 17 00:00:00 2001 From: ISO53 <102249575+ISO53@users.noreply.github.com> Date: Thu, 14 Mar 2024 23:30:02 +0300 Subject: [PATCH] checking updates on startup --- main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/main.js b/main.js index 4430511..24bf1a2 100644 --- a/main.js +++ b/main.js @@ -25,6 +25,7 @@ function startApp() { getMessageFromRenderer("read-file", readFileHandler); readOmdbApiKeyFromFile(); sendMessageToRenderer("movie-db-status", "d"); + checkUpdates(); } function createWindow() {