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
This was talked about a few times for example here #4973 (windows specific) and also in the general/macos issue starting here #2663 (comment) and the tldr is basically that the reason why tauri has that setting on macos but not on windows is because macos itself has system apis for this while windows doesn't. We thought about providing prebuilt html elements (the icons are part of windows' default fonts i think, or at least freely available) but i don't think we can make the DX of that nice enough.
The only you can't do with html/css/js is the new snap overlay added in windows 11, but that's tracked here: #4531
Thanks, sorry I only searched for the term "titleBarStyle" and found no related questions.
I will continue to pay attention and look forward to the release of this feature
Describe the problem
https://tauri.app/v1/api/config/#windowconfig.titlebarstyle
In tauri 1.x, It only supports macos,Will it appear on 2. x?
Or is there any other way for me to achieve something similar to
TitleBarStyle::Overlay
on WindowsOSDescribe the solution you'd like
To achieve something similar to TitleBarStyle::Overlay on WindowsOS
e.g
Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: