Skip to content

Commit

Permalink
Fix start screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Heath123 committed Oct 22, 2021
1 parent 6c54bc4 commit e7b66d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ function createWindow() {
resizable: false,
// frame: false,
webPreferences: {
nodeIntegration: true
nodeIntegration: true,
enableRemoteModule: true
},
icon: resourcesPath + 'icons/icon.png'
})
Expand Down

0 comments on commit e7b66d4

Please sign in to comment.