jitsi-meet-electron-sdk
jitsi-meet-electron-sdk copied to clipboard
fix: Make AOT window be on top of fullscreen apps on MacOS 14
Hey there. I've noticed that AOT window doesn't stay on top of full-screen apps on macOS Sonoma (v14.2.1).
Not sure if it's the same on lower versions and/or Windows, but setting type: 'panel'
for created BrowserWindow
resolves the issue for me
From documentation, type: 'panel' is a macOS only-option, so I'd rather not set that in general on the AOT for all platforms