Merge branch 'main' into feat/use-native-notification-for-achievements

This commit is contained in:
Zamitto 2024-11-02 13:20:43 -03:00 committed by GitHub
commit 8f1e71010b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
32 changed files with 374 additions and 4749 deletions

View file

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