Skip to content

yoink desktop desktop-v0.1.3

Choose a tag to compare

@github-actions github-actions released this 03 Jul 23:24
fix(desktop): use non-activating NSPanel so the panel stays open

An accessory app's plain window cannot hold key focus, so macOS pulled
focus back and the blur handler auto-hid the panel after opening.
Convert the window to a non-activating floating NSPanel that holds key
focus, and dismiss only on genuine click-away (window_did_resign_key).