-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feat] round corners support plugin #4497
Comments
Couple questions:
My guess is you're trying to hide the ugly default titlebar on macOS, but if that's the case you need to think about this problem differently. On macOS you shouldn't use |
yeah. I want to customize titlebar to get a consistent visual experiment between Windows and macOS. I have forgotten the details of why I need a plug-in, I have a discussion on #app-devs channel of discord with @FabianLars (and this channel now is closed, I can't search our past discussion) . The conclusion is that we need native round-corner support other than implementing it by CSS. |
@JonasKruckenberg This is the convo: https://discord.com/channels/616186924390023171/622768087183130673/974651874441572363 And yes, you're essentially looking for #3965 like Jonas said (note that the transparency he mentions is not the private api stuff) |
Do you mean that we no longer need a rounded plug-in with #3965 ? |
Yes, same for the shadows plugin (on macOS) |
That's great. I'm looking forward to using this feature. |
I will close this issue then 👍 |
Describe the problem
request a round corner plugin to simulate the natural behavior of app on macOS.
Describe the solution you'd like
a plugin like https://github.com/tauri-apps/window-shadows
Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: