We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc306fe commit 52c67f9Copy full SHA for 52c67f9
src/main/main.ts
@@ -915,7 +915,7 @@ const createWindow = async () => {
915
});
916
917
mainWindow.loadURL(resolveHtmlPath('index.html'));
918
- mainWindow.webContents.openDevTools();
+
919
mainWindow.on('ready-to-show', () => {
920
if (!mainWindow) {
921
throw new Error('"mainWindow" is not defined');
@@ -940,8 +940,6 @@ const createWindow = async () => {
940
return { action: 'deny' };
941
942
943
944
-
945
// Remove this if your app does not use auto updates
946
// eslint-disable-next-line
947
new AppUpdater();
0 commit comments