Skip to content

Commit 3cee544

Browse files
committed
about 에서 remote 사용할 수 있도록 수정
1 parent 8771cf5 commit 3cee544

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/appInfo.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ const openWindow = () => {
4343
frame:false,
4444
titleBarStyle: 'hidden',
4545
webPreferences: {
46-
nodeIntegration: true
46+
nodeIntegration: true,
47+
enableRemoteModule: true
4748
},
4849
alwaysOnTop: true
4950
})

0 commit comments

Comments
 (0)