We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d930a73 commit 8fb17f2Copy full SHA for 8fb17f2
main.js
@@ -28,14 +28,14 @@ function createWindow() {
28
webPreferences: {
29
nodeIntegration: true,
30
contextIsolation: false,
31
- devTools: true,
+ // devTools: true,
32
contentSecurityPolicy: "script-src 'self' 'unsafe-inline';",
33
},
34
});
35
36
win.loadFile("index.html");
37
win.maximize();
38
- win.webContents.openDevTools();
+ // win.webContents.openDevTools();
39
40
const menu = Menu.buildFromTemplate([
41
{
package.json
@@ -1,6 +1,6 @@
1
2
"name": "movie-collection-visualizer",
3
- "version": "v1.0.0-alpha",
+ "version": "v1.1.0",
4
"description": "Organize and visualize your movie collection effortlessly.",
5
"main": "main.js",
6
"scripts": {
0 commit comments