electron-seamless-titlebar-tutorial
electron-seamless-titlebar-tutorial copied to clipboard
A guide to creating a seamless Windows 10 titlebar in your Electron app
Bumps [electron](https://github.com/electron/electron) from 9.4.0 to 15.5.5. Release notes Sourced from electron's releases. electron v15.5.5 Release Notes for v15.5.5 Other Changes Backported fix for CVE-2022-1482. #34040 Backported fix for CVE-2022-1483. #34009...
Bumps [electron](https://github.com/electron/electron) from 9.4.0 to 15.5.5. Release notes Sourced from electron's releases. electron v15.5.5 Release Notes for v15.5.5 Other Changes Backported fix for CVE-2022-1482. #34040 Backported fix for CVE-2022-1483. #34009...
The minimize, maximize, and close functions don't working on version 14.0.0.
Removed all "remote" instances and added ipc instances
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Hi, thanks for this tutorial! I was wondering, though, if I could disable the border for the window. Initially, I tried commenting out the line enabling the border on line...
Some Windows applications (File Explorer, Edge, Chrome, Windows Terminal) have a simple transition when hovering over the window buttons. I added this same transition to the window buttons for this...
Amazing tutorial! Thanks so much! Got everything working just as described. Now, my question is, do you have any ideas as to how to get back / integrate the [menu](https://www.electronjs.org/docs/api/menu)...
Related to #11, the CSS border for the frameless Electron window becomes more than 1 physical pixel thick while maintaining a thickness of 1 device independent pixel on high scaling...