fix: adding wine prefix to preview

This commit is contained in:
Chubby Granny Chaser 2024-10-22 15:11:47 +01:00
parent 7d3d5d42d1
commit 21b6783624
No known key found for this signature in database

View file

@ -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: {