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