presenter
presenter copied to clipboard
Double taskbar icon in Mac
It's "the Dock"
i think this comes from the OS notifications lib
@AkalUstat reported that this is still an issue
Yes it opens two instances.
If you quit the one on the left, then it closes both ShabadOS windows but one still remains in dock.
But, if you close the window first for the right side one and then you quit it from dock then one instance keeps running (the window for one is not closed).
So each new presenter window is a new instance of electron... so basically it adds it to the dock. We can find a way to group those together and that might solve this issue.
I currently have a single display for Mac, and therefore a single presenter window - are you sure it’s multiple instances? I suppose there is at least 3 processes running: main, renderer, and server
I have an external monitor connected. It opens up two presenter windows and shows me two icons in dock.
We can try using requestSingleInstanceLock()
Using requestSingleInstanceLock will prevent more than one instance being opened, and also won’t be allowed for MAS (although we’re not necessarily going down that route at the moment)
On 17 Jul 2020, at 19:15, ਸਹਜਪ੍ਰੀਤ ਸਿੰਘ [email protected] wrote:
We can try using requestSingleInstanceLock()
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or unsubscribe.