#How to retain native window controls when window decorations is set to false?
6 messages · Page 1 of 1 (latest)
I believe how you would do this in Tauri is you would create your own custom controls and basically "emulate" the titlebar using Tauri's window management features.
You can use this as a reference: https://tauri.app/v1/guides/features/window-customization#creating-a-custom-titlebar
but I don't want to emulate the titlebar buttons, I want the Tauri window to retain the native window control buttons
not sure if that's possible but I am not completely familiar with all of Tauri, but there might be some way do this
not sure though