Skip to content

Commit 8fb17f2

Browse files
committed
closed dev tools
1 parent d930a73 commit 8fb17f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ function createWindow() {
2828
webPreferences: {
2929
nodeIntegration: true,
3030
contextIsolation: false,
31-
devTools: true,
31+
// devTools: true,
3232
contentSecurityPolicy: "script-src 'self' 'unsafe-inline';",
3333
},
3434
});
3535

3636
win.loadFile("index.html");
3737
win.maximize();
38-
win.webContents.openDevTools();
38+
// win.webContents.openDevTools();
3939

4040
const menu = Menu.buildFromTemplate([
4141
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "movie-collection-visualizer",
3-
"version": "v1.0.0-alpha",
3+
"version": "v1.1.0",
44
"description": "Organize and visualize your movie collection effortlessly.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)