You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow-up from #399 / PR #400. macOS now uses native decorations; Windows stays frameless (decorations: false) on the expectation that DWM rounds resizable frameless windows on Windows 11 automatically.
Expected: rounded corners on Windows 11.
If square: set DWMWA_WINDOW_CORNER_PREFERENCE = DWMWCP_ROUND via DwmSetWindowAttribute in the Tauri setup hook (windows-only cfg).
Validation: launch a Windows build and look at the corners; nothing to check on Win10 (no rounding there by design).
Follow-up from #399 / PR #400. macOS now uses native decorations; Windows stays frameless (
decorations: false) on the expectation that DWM rounds resizable frameless windows on Windows 11 automatically.Expected: rounded corners on Windows 11.
If square: set
DWMWA_WINDOW_CORNER_PREFERENCE = DWMWCP_ROUNDvia DwmSetWindowAttribute in the Tauri setup hook (windows-only cfg).Validation: launch a Windows build and look at the corners; nothing to check on Win10 (no rounding there by design).