electron-userland / electron-windows-store

:package: Turn Electron Apps into Windows AppX Packages
MIT License
681 stars 87 forks source link

Taskbar icon is not transparent #147

Closed urvish-ajmerainfotech closed 3 years ago

urvish-ajmerainfotech commented 3 years ago

I build the app using it but the taskbar icon is not transparent. Even after configuring the BackgroundColor="transparent", it is showing background in the taskbar icon and start menu icon.

urvish-ajmerainfotech commented 3 years ago

I got a solution using makePri so I am closing this issue.

Reference https://github.com/felixrieseberg/electron-windows-store/issues/93

gaetandezeiraud commented 3 years ago

@urvish-ajmerainfotech Don't work for me. Maybe need a MinVersion or a specific configuration in the appxmanifest?