mica-electron icon indicating copy to clipboard operation
mica-electron copied to clipboard

Error "Mica-Electron work only on Windows 11."

Open gaetandezeiraud opened this issue 9 months ago • 5 comments

I got "Mica-Electron work only on Windows 11." when running on Windows 10. But at the same time, the Github Readme say "Mica electron is now compatible with windows 10". What is true?

I use it like so:

  // Enable mica or acrylic
  if (IS_WINDOWS_11) {
    mainWindow.setMicaEffect();
  } else {
    mainWindow.setAcrylic();
  }

Thanks.

gaetandezeiraud avatar May 18 '24 07:05 gaetandezeiraud