We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce973ce commit dc73661Copy full SHA for dc73661
src/main/services/WindowService.ts
@@ -185,7 +185,6 @@ export class WindowService {
185
private loadMainWindowContent(mainWindow: BrowserWindow) {
186
if (is.dev && process.env['ELECTRON_RENDERER_URL']) {
187
mainWindow.loadURL(process.env['ELECTRON_RENDERER_URL'])
188
- mainWindow.webContents.openDevTools()
189
} else {
190
mainWindow.loadFile(join(__dirname, '../renderer/index.html'))
191
}
0 commit comments