GregVido / mica-electron

Library to add mica effect of windows 11 in electron app
Apache License 2.0
126 stars 7 forks source link

Can't run in windows 10 #34

Closed cemalct closed 4 months ago

cemalct commented 6 months ago

` const win = new MicaBrowserWindow({width: 800,height: 600,autoHideMenuBar: true,show: false,});

win.setAcrylic();

win.loadFile(path.join(__dirname, 'index.html'));

win.webContents.once('dom-ready', () => {
    win.show();
});}`

image

GregVido commented 4 months ago

Hello, normally it is repaired