Skip to content

Commit f32db17

Browse files
ozgesolidkeyclaude
andcommitted
Disable auto-open DevTools on startup
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 67c25e4 commit f32db17

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ function createWindow() {
247247
});
248248

249249
mainWindow.loadFile(path.join(__dirname, '../renderer/index.html'));
250-
mainWindow.webContents.openDevTools();
251250

252251
mainWindow.on('closed', () => {
253252
mainWindow = null;

0 commit comments

Comments
 (0)