fireship-io/223-electron-screen-recorder

I can't select a source

KavithBro opened this issue · 3 comments

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

same here

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

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

doesn't fix it