acrylic: apply to main window

acrylic
CanadaHonk 2 years ago
parent 5cbe89cc22
commit 0028d9154d

3
src/bootstrap.js vendored

@ -46,6 +46,9 @@ const startCore = () => {
.replace('<css>', (oaConfig.css ?? '').replaceAll('`', '\\`').replaceAll('\\', '\\\\')));
if (oaConfig.js) bw.webContents.executeJavaScript(oaConfig.js);
bw.setBackgroundColor('#00000000');
vibe.applyEffect(bw, 'acrylic');
});
});

Loading…
Cancel
Save