mica-electron
mica-electron copied to clipboard
Error "Mica-Electron work only on Windows 11."
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.