I want to display a window without a title bar on Windows 10, but only the top border appears. Based on the documentation, there should be borders all around. Is this behavior correct, or is it supposed to be this way?
should be fixed by https://github.com/tauri-apps/tao/pull/993 and all side will have correct border (if you want them all removed, you will need to also disable shadows)
Describe the bug
I want to display a window without a title bar on Windows 10, but only the top border appears. Based on the documentation, there should be borders all around. Is this behavior correct, or is it supposed to be this way?
Reproduction
No response
Expected behavior
I would like to have either all four borders appear or have an option for no borders at all.
Full
tauri info
outputStack trace
No response
Additional context
No response