-
Notifications
You must be signed in to change notification settings - Fork 23
Option for having round corners #56
Comments
Would this still be necessary when Windows 11 comes out? I mean, having no rounded corners is consistent with Windows 10. And all windows will have rounded corners by default in Windows 11. But I guess having a choice is also good... |
Using the win32 composition API to get round corners would be a mess and slow, or even impossible. Until WinUI 3's APIs for win32 is released, I'd say implementing round corners is not an option. |
Ok, I understand hopefully the release of the WinUI 3's APIs for win32 doesn't take to long.
I know, but the problem is that i use the option |
Quick delayed info (maybe due to windows updates): |
I just stumbled on this pretty new microsoft guide illustrating the use of the new win11 API features. |
In the past i used a transparent window with some html & css to have round corners.
When using this plugin to get the fancy acrylic effect this is no longer possible, because the normal transparent areas are (of course) acrylic.
Please add an option so that the acrylic background on the BrowserWindow can have a border-radius on its own.
The text was updated successfully, but these errors were encountered: