yoink desktop desktop-v0.1.3
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).