mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Update transparency stuff
This commit is contained in:
parent
cf4fe8e57b
commit
e5ab7a7232
3 changed files with 3 additions and 3 deletions
|
@ -53,7 +53,7 @@ async function doAfterDefiningTheWindow() {
|
|||
if (transparency && process.platform === "win32") {
|
||||
import("@pyke/vibe").then(vibe => {
|
||||
vibe.applyEffect(mainWindow, "acrylic");
|
||||
vibe.setDarkMode(mainWindow);
|
||||
vibe.forceTheme(mainWindow, 'dark');
|
||||
mainWindow.show();
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue