feat: update macos icon

This commit is contained in:
Zamitto 2025-02-21 22:10:18 -03:00
parent 285eadd0f4
commit 2495aea137
3 changed files with 2 additions and 2 deletions

View file

@ -221,7 +221,7 @@ export class WindowManager {
minHeight: 540,
backgroundColor: "#1c1c1c",
titleBarStyle: process.platform === "linux" ? "default" : "hidden",
...(process.platform === "linux" ? { icon } : {}),
icon,
trafficLightPosition: { x: 16, y: 16 },
titleBarOverlay: {
symbolColor: "#DADBE1",