223-electron-screen-recorder
223-electron-screen-recorder copied to clipboard
Select video source not working
When I run the app and click Choose a Video Source nothing happens? there is an error msg
Electron Security Warning (Insecure Content-Security-Policy) This renderer process has either no Content Security Policy set or a policy with "unsafe-eval" enabled. This exposes users of this app to unnecessary security risks.
even after I build the app and run the exe it doesn't work?
https://www.electronjs.org/docs/api/desktop-capturer maybe checking this documentation may help you.
I believe the fix is the same as for this issue; the warning is unrelated to the button not working.