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

fix: window controls duplication on reload #25

Closed trspro67 closed 2 months ago

trspro67 commented 2 months ago

Windows controls being duplicated multiple times when back to back window reloads happen.

Added a debounce for the controls creation and check if the controls already exist.

clearlysid commented 2 months ago

Thank you! This was much needed fix for #22. Giving this a quick try and will merge then 🫡