no frame electron

Solutions on MaxInterview for no frame electron by the best coders in the world

showing results for - "no frame electron"
María Paula
15 Jan 2018
1button {
2  -webkit-app-region: no-drag;
3}
Nick
21 May 2018
1const mainWindow = new BrowserWindow({
2  width: 1600,
3  height: 900,
4  frame: false,
5});
Jacob
08 Sep 2019
1<body style="-webkit-app-region: drag">
2</body>
similar questions
queries leading to this page
no frame electron