clearlysid / tauri-plugin-decorum

Opinionated window decorations for Tauri apps
https://crates.io/crates/tauri-plugin-decorum
MIT License
154 stars 10 forks source link

Maximum pop-up position for Windows #29

Open luoluoqixi opened 1 month ago

luoluoqixi commented 1 month ago

this plugins: image

expected: image

luoluoqixi commented 1 month ago

Pop-ups are not disabled when the mouse is leave

clearlysid commented 1 month ago

Thanks for raising this! This unfortunately happens because of how we are summoning the pop up (by emulating Win + Z keystroke).. I don't know of a Windows API that we can call to programmatically trigger it. I will look into it again once I have some time.

luoluoqixi commented 1 month ago

Thank you for your reply! I will also try to look into this issue.