Custom title bar for Electron app (Windows and MAC)
Creating a custom title bar for your electron app can be a bit hectic, especially handling edge cases. Recently I worked on an electron app where I had to do some research to build a custom title bar. I was inspired by Ronnie Dutta's article. I notic...
ghosty.hashnode.dev9 min read
Ajima Chukwuemeka
Nice, I have been looking for a tutorial like this, I was having issues running this on an electron app. Can you share your github repo where the completed code was committed?