223-electron-screen-recorder icon indicating copy to clipboard operation
223-electron-screen-recorder copied to clipboard

I can't select a source

Open KavithBro opened this issue 3 years ago • 3 comments

when i clicked seletect source buttun nothin will appear... how to solve that

KavithBro avatar Nov 18 '21 14:11 KavithBro

same here

Mike-Lalonde avatar Dec 14 '21 04:12 Mike-Lalonde

You need to add enableRemoteModule: true to createWindow():

const mainWindow = new BrowserWindow({
    width: 800,
    height: 600,
    webPreferences: {
      nodeIntegration: true,
      enableRemoteModule: true
    }
  });

ir0nstone avatar Jan 04 '22 18:01 ir0nstone

doesn't fix it

Snak3Doc avatar Dec 08 '22 07:12 Snak3Doc