Skip to content

Commit

Permalink
fix: remove devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
UrijHoruzij committed Jan 13, 2023
1 parent 83367ab commit 278b563
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand All @@ -91,7 +91,6 @@ app.on('ready', async () => {
await mainWindow.loadURL('app:https://./index.html');
}
autoUpdate(mainWindow);
autoUpdater.checkForUpdatesAndNotify();

ipcMain.on('upscayl', async () => {
const index = 0;
Expand Down

0 comments on commit 278b563

Please sign in to comment.