clearlysid / tauri-plugin-decorum

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

(Windows only) Check for conditions before rendering controls #7

Closed clearlysid closed 6 months ago

clearlysid commented 6 months ago

Currently on Windows we render minimize, maximize and close buttons all the time. Before rendering these we should check for is_maximizable, is_minimizable, is_closable and even check is_resizable before rendering the snap layout overlay.