GregVido / mica-electron

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

Can't run in windows 10 #20

Closed tonylu110 closed 1 year ago

tonylu110 commented 1 year ago

I set using setAcrylic in except Windows 11, but it's can't run

if (IS_WINDOWS_11)
  mainWindow.setMicaAcrylicEffect()
else
  mainWindow.setAcrylic()

_7C969813-0A2F-2C84-D50C-F37969BC757E_.png

GregVido commented 1 year ago

Hi, normally it's fixed!

tonylu110 commented 1 year ago

Hi, normally it's fixed!

Thinks