Skip to content

Commit

Permalink
closed dev tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ISO53 committed Dec 30, 2023
1 parent d930a73 commit 8fb17f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ function createWindow() {
webPreferences: {
nodeIntegration: true,
contextIsolation: false,
devTools: true,
// devTools: true,
contentSecurityPolicy: "script-src 'self' 'unsafe-inline';",
},
});

win.loadFile("index.html");
win.maximize();
win.webContents.openDevTools();
// win.webContents.openDevTools();

const menu = Menu.buildFromTemplate([
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "movie-collection-visualizer",
"version": "v1.0.0-alpha",
"version": "v1.1.0",
"description": "Organize and visualize your movie collection effortlessly.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 8fb17f2

Please sign in to comment.