You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: prevent checking isDesktopCapturerEnabled, which crashes on electron@26 (#154)
* Avoid crash with electron 26
Not sure of the side effects of this
* Checking isDesktopCapturerEnabled is no longer necessary or possible. Fixes#153
Context electron/electron#38412
* Revert to checking isDesktopCapturerEnabled for pre-26 electron versions
0 commit comments