AlexTorresDev / custom-electron-titlebar

Custom electon title bar inpire on VS Code title bar
MIT License
868 stars 149 forks source link

Bar doesn't load! #134

Closed Minecodes closed 2 years ago

Minecodes commented 3 years ago

On my project isn't the bar working, that's in browser and in electron itself. When i use it in my electron file it gives me only errors and in the browser it doesn't starts.

timlg07 commented 3 years ago

Hey there :) if you want to get help fixing these errors, please provide more details.

Anyways it may be a good idea if you check out a simple example of a functioning electron app using this library first. You can have a look at this example I created for exactly that purpose: custom-electron-titlebar-minimal-example.
You can even use it as a template for your own repository and start implementing right away.

If the given example does not work for you, please come back with the actual error messages and some detail about what OS and what node/electron versions you are using.