I can't select a source
KavithBro opened this issue · 3 comments
KavithBro commented
when i clicked seletect source buttun nothin will appear...
how to solve that
Mike-Lalonde commented
same here
ir0nstone commented
You need to add enableRemoteModule: true
to createWindow()
:
const mainWindow = new BrowserWindow({
width: 800,
height: 600,
webPreferences: {
nodeIntegration: true,
enableRemoteModule: true
}
});
Snak3Doc commented
doesn't fix it