ejbills / DockDoor

Window peeking for macOS
MIT License
294 stars 8 forks source link

Dock peek: preview pop-up still displayed after app is quit from dock #33

Closed 0n0mat0p03ia closed 4 days ago

0n0mat0p03ia commented 1 week ago

The dock peek preview pop-up can remain on the screen even after the target app is a closed from the dock. In the attached video, Firefox is quit, however the preview pop-up remains on screen. Presumably this is happening because the mouse pointer is hovering over the preview window, keeping it on screen until the preview is clicked or the pointer is moved away.

ejbills commented 4 days ago

This could be fixed by adding an observer listening for app quitting notifications, I will look into this.