GregVido / mica-electron

Library to add mica effect of windows 11 in electron app
Apache License 2.0
126 stars 7 forks source link

fix: remove animation-breaking outdated code #33

Closed iuriineves closed 6 months ago

iuriineves commented 6 months ago

This PR removes transparency when in electron beta, which not needed anymore (just breaks animations now).

This is related to #32, which seemed to fix itself after some Windows update. However, it also fixed what this code was patching, only causing problems now.

iuriineves commented 6 months ago

Found a problem with this implementation, closing PR.