mica-electron
mica-electron copied to clipboard
Library to add mica effect of windows 11 in electron app
### Shows old windows style title bar when maximized.  ### But in normal window it works fine.  ### mica-electron version 1.5.3 ```js function createWindow(): void...
On Windows 11 insider.
### Description Setting `frame: false` on the `MicaBrowserWindow` options doesn't not get rid of the background color the title bar has. Changing the titlebar's color using `win.setCaptionColor()` does change the...
At Electron v27.0.0, after using setMicaEffect(), the background color has changed to pure black. After testing, it can work normally at Electron v26.3.0.
Using Windows 10 Home and compiling `"electron": "26.2.2"` with `"mica-electron": "^1.5.1"` there is so much lag while resizing an acrylic window that it feels broken. Rather than trying to make...
basically, I want to remove the shadow while maintaining the mica effect, but the arguments I passed that should've removed the shadow doesn't appear to be working (?)  
Electron does have support for "Accents", but it does work more like Windows 8 Accent retrieval than anything else, returning only the titlebar color instead of the 4 accents. What...
OS information WindowsProductName|WindowsVersion|OsHardwareAbstractionLayer ------------------|--------------|-------------------------- Windows 10 Home|2009|10.0.22621.1413 Using the following code, when the scale function in the display settings is turned on, the height and width of the window cannot...
Cloned it from github / Download Zip > Extract ZIP You can change electronjs version in package.json before install from "electron": "^21.1.1" to "electron": "^21.2.2" `npm install` `npm install mica-electron`...
Hi! thanks for your work! I have tried to create a basic example by cloning the electron js repository and adding mica-electron to it, I had some problems with the...