We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c279a commit 3c0b948Copy full SHA for 3c0b948
app/electron/main.js
@@ -72,11 +72,7 @@ async function createWindow() {
72
// icon: path.join(__dirname, '../src/public/icons/png/256x256.png'),
73
webPreferences: {
74
zoomFactor: 0.7,
75
-<<<<<<< HEAD
76
// enable devtools when in development mode
77
-=======
78
- // enable devtools when in development mode
79
->>>>>>> ee444f746bb8ccba4e3ebe3909002bf3ac26fdb1
80
devTools: isDev,
81
// crucial security feature - blocks rendering process from having access to node modules
82
nodeIntegration: false,
0 commit comments