Skip to content

Commit

Permalink
devtools disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
vilarodr committed May 14, 2024
1 parent a475726 commit 879f0d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function createMainWindow() {
mainWindow.loadURL(indexPath);

// Uncomment for Debugging
mainWindow.webContents.openDevTools();
// mainWindow.webContents.openDevTools();

mainWindow.on('close', function () {
app.quit();
Expand Down Expand Up @@ -64,7 +64,7 @@ function createSettingsWindow() {
settingsWindow.show();

// Uncomment for Debugging
settingsWindow.webContents.openDevTools();
// settingsWindow.webContents.openDevTools();
}

function createMenu() {
Expand Down

0 comments on commit 879f0d2

Please sign in to comment.