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
For some reason BrowserWindow events enter-full-screen and leave-full-screen no longer supply a sender: webContents as event data. webContents is used to issue IPC requests to the renderer.
Proposed fix: Use BrowserWindow.webContents directly in event handlers.
When fullscreen mode is changed, main process pops up an error message, but fullscreen mode is changed regardless.
The text was updated successfully, but these errors were encountered: