fix compatibilies with electron9 for plugins

This commit is contained in:
chaos
2020-06-28 11:00:33 +08:00
parent 31621d41c9
commit f5903b55bb
9 changed files with 362 additions and 240 deletions

View File

@@ -204,6 +204,7 @@ function openIt() {
height: 595,
frame: process.platform != 'darwin',
transparent: false,
autoHideMenuBar: true,
webPreferences: {
nodeIntegration: true
}