Fix White Window Bug #298 (#302)

This commit is contained in:
Kirakeru 2020-12-03 06:22:12 +08:00 committed by GitHub
parent e8f8576f63
commit a96ab5f3b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,7 @@ module.exports = (store, __exports) => {
preload: path.resolve(`${helpers.__notion}/app/renderer/index.js`),
webviewTag: true,
session: electron.session.fromPartition('persist:notion'),
enableRemoteModule: true,
},
...rect,
});

View File

@ -139,6 +139,7 @@ module.exports = (store, __exports) => {
preload: path.resolve(`${__dirname}/enhancerMenu.js`),
nodeIntegration: true,
session: electron.session.fromPartition('persist:notion'),
enableRemoteModule: true,
},
});
enhancer_menu.loadURL('enhancement://core/menu.html');