Skip to content

Commit

Permalink
Fix native menus
Browse files Browse the repository at this point in the history
  • Loading branch information
belcherj committed Feb 7, 2020
1 parent acd8ea6 commit fcb2e62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desktop/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ module.exports = function main() {
titleBarStyle: 'hidden',
show: false,
webPreferences: {
nodeIntegration: true,
preload: path.join(__dirname, './preload.js'),
},
});
Expand Down

0 comments on commit fcb2e62

Please sign in to comment.