### Description Apps like Chrome, Firefox and VS Code add custom insets to the macOS window buttons. It would be useful to be able to do this in Winit apps. - https://github.com/tauri-apps/tao/pull/513 implements this in Tao - https://stackoverflow.com/questions/30085631/nswindow-change-positions-of-window-buttons describes a general approach using Swift ### Relevant platforms macOS
Description
Apps like Chrome, Firefox and VS Code add custom insets to the macOS window buttons. It would be useful to be able to do this in Winit apps.
Relevant platforms
macOS