mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
change transparency mode from auto to mica
This commit is contained in:
parent
feff5db827
commit
cb3346246b
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ async function doAfterDefiningTheWindow(): Promise<void> {
|
||||||
mainWindow.hide(); // please don't flashbang the user
|
mainWindow.hide(); // please don't flashbang the user
|
||||||
}
|
}
|
||||||
if (transparency && process.platform === "win32") {
|
if (transparency && process.platform === "win32") {
|
||||||
mainWindow.setBackgroundMaterial("auto");
|
mainWindow.setBackgroundMaterial("mica");
|
||||||
if ((await getConfig("startMinimized")) == false) {
|
if ((await getConfig("startMinimized")) == false) {
|
||||||
mainWindow.show();
|
mainWindow.show();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue