From 21b6783624c82997b91c9d767bb0b183252cebeb Mon Sep 17 00:00:00 2001 From: Chubby Granny Chaser Date: Tue, 22 Oct 2024 15:11:47 +0100 Subject: [PATCH] fix: adding wine prefix to preview --- src/main/services/window-manager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/services/window-manager.ts b/src/main/services/window-manager.ts index ecdf64f5..e1dc4dfc 100644 --- a/src/main/services/window-manager.ts +++ b/src/main/services/window-manager.ts @@ -63,7 +63,7 @@ export class WindowManager { minWidth: 1024, minHeight: 540, backgroundColor: "#1c1c1c", - titleBarStyle: "hidden", + titleBarStyle: process.platform === "win32" ? "hidden" : "default", ...(process.platform === "linux" ? { icon } : {}), trafficLightPosition: { x: 16, y: 16 }, titleBarOverlay: {