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

Library to add mica effect of windows 11 in electron app

Results 14 mica-electron issues
Sort by recently updated
recently updated
newest added

![b52927cda4ef3b92e82db44f29ced5db](https://github.com/GregVido/mica-electron/assets/58923223/eeb75cfd-10e3-4880-a80c-daa79d15ea86) like this #38 [It's my repo](https://github.com/tonylu110/uyou-todo-electron)

After maximizing the app after minimizing, there is no content on the screen (Electron version 29.3.3): ![image](https://github.com/GregVido/mica-electron/assets/95918679/a2a79404-2713-4541-89e4-bce5f505b512) ```js const { app, BrowserWindow } = require('electron') const { PARAMS, VALUE, MicaBrowserWindow,...

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"....

I am using backdrop-filter in my app and with regular BrowserWindow I can enable experimental features like this ``` const win = new BrowserWindow({ width: 800, height: 600, webPreferences: {...