Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
fix: disable dev tools
Browse files Browse the repository at this point in the history
  • Loading branch information
jojobii-arks committed Apr 6, 2023
1 parent b54a837 commit 381f3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function createWindow(): BrowserWindow {
}

// ? Open Dev Tools on launch
mainWindow.webContents.openDevTools();
// mainWindow.webContents.openDevTools();

return mainWindow;
}
Expand Down

0 comments on commit 381f3a3

Please sign in to comment.