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
When setting "decorations": false in the tauri.conf.json file, macos and windows exhibit inconsistent behaviour. On windows, only the titlebar appears to be missing. On macos, both the titlebar and the window's rounded borders are missing.
I've managed to work around this issue by using tauri.[platform].conf.json. I have also managed to work around it by setting the window to transparent and then using a white background on body with border radius, but I'm not sure if it matches the native platform's style.
Regardless, I feel like this config option should do the same thing on both platforms.
Describe the bug
When setting
"decorations": false
in the tauri.conf.json file, macos and windows exhibit inconsistent behaviour. On windows, only the titlebar appears to be missing. On macos, both the titlebar and the window's rounded borders are missing.I've managed to work around this issue by using tauri.[platform].conf.json. I have also managed to work around it by setting the window to transparent and then using a white background on body with border radius, but I'm not sure if it matches the native platform's style.
Regardless, I feel like this config option should do the same thing on both platforms.
macos:
windows:
Reproduction
tauri.conf.json
Expected behavior
For consistent behaviour to be exhibited on both platforms.
Full
tauri info
outputStack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: