diff --git a/main/background.js b/main/background.js index 9a4fc8a..6582ed8 100644 --- a/main/background.js +++ b/main/background.js @@ -77,7 +77,7 @@ app.on('ready', async () => { preload: path.join(__dirname, 'preload.js'), }, }); - mainWindow.webContents.openDevTools(); + // mainWindow.webContents.openDevTools(); mainWindow.removeMenu(); mainWindow.once('ready-to-show', () => { setTimeout(() => { @@ -91,7 +91,6 @@ app.on('ready', async () => { await mainWindow.loadURL('app://./index.html'); } autoUpdate(mainWindow); - autoUpdater.checkForUpdatesAndNotify(); ipcMain.on('upscayl', async () => { const index = 0;