#How to retain native window controls when window decorations is set to false?

6 messages · Page 1 of 1 (latest)

naive halo
#

In Electron js, if you set window decorations to false, you would still retain the native window controls (minimize, maximize and close button). But when I do it in Tauri, it literally removes the entire titlebar including the window controls. How do I remove the titlebar but keep the window controls? I'm using Windows 11.

fallen ravine
naive halo
fallen ravine
#

not sure though