ejbills / DockDoor

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

Hover over scrcpy window crashes DockDoor #30

Open ShlomoCode opened 1 week ago

ShlomoCode commented 1 week ago

When I hover over the scrcpy icon in the Dock, DockDoor crashes. The error occurs even without always-on-top mode. Seems to scrcpy windows have no bundleIdentifier: CleanShot 2024-06-26 at 17 27 33@2x

Fatal error: Unexpectedly found nil while unwrapping an Optional value
ShlomoCode commented 1 week ago

Refs:

ejbills commented 1 week ago

I will add safe-unwrapping to this variable as a quick fix. I will need to implement this scrcpy handler.

ShlomoCode commented 1 week ago

:+1: Now it doesn't crash but of course doesn't show a preview. Same with android studio emulator.

skynet01 commented 1 week ago

I think Telegram app is also effected by this