AlexTorresDev / custom-electron-titlebar

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

The icon option crashes the toolbar #234

Open crystalfp opened 1 year ago

crystalfp commented 1 year ago

Describe the bug If I put the icon in index.html the toolbar shows it on the left side. If I put it in the options, the entire toolbar disappears.

To Reproduce Steps to reproduce the behavior:

  1. Add the following code in preload.is
    new CustomTitlebar({
    icon: nativeImage.createFromPath("<dir>/favicon.ico")
    })

    Cannot check the documentation right now, I'm on vacation with minimal connection

Expected behavior A clear and concise description of what you expected to happen. Well,that it works

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):