#How to create a rounded BrowserView?
1 messages · Page 1 of 1 (latest)
Just use
transparent: true when you are declaring the BrowserWindow
See: https://www.electronjs.org/docs/latest/tutorial/window-customization#create-transparent-windows
The BrowserWindow module is the foundation of your Electron application, and it exposes many APIs that can change the look and behavior of your browser windows. In this tutorial, we will be going over the various use-cases for window customization on macOS, Windows, and Linux.
that's not adding radius to them
also, I dont have control of the website rendered inside it
There is no way to do so