From c704c05120254996ec7805d255ceb7fc3742f04a Mon Sep 17 00:00:00 2001 From: Marocco2 Date: Sat, 6 Jan 2024 11:50:36 +0100 Subject: [PATCH] really fix prettier --- src/main/mainWindow.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/mainWindow.ts b/src/main/mainWindow.ts index f43fe79..6daa793 100644 --- a/src/main/mainWindow.ts +++ b/src/main/mainWindow.ts @@ -399,8 +399,8 @@ function createMainWindow() { backgroundMaterial: transparencyOption }), // Fix transparencyOption for custom discord titlebar - - ...(discordWindowsTitleBar && transparencyOption && + ...(discordWindowsTitleBar && + transparencyOption && transparencyOption !== "none" && { transparent: true }),