mica-electron
mica-electron copied to clipboard
Library to add mica effect of windows 11 in electron app
 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):  ```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: {...