fix traffic light position on mac os

This commit is contained in:
Gregor Vostrak
2026-04-20 16:58:19 +02:00
parent 3a3e15524e
commit f16ebc4edf
+1 -1
View File
@@ -13,7 +13,7 @@ export function initializeMainWindow(icon: string) {
const mainWindow = new BrowserWindow({
width: 800,
minWidth: 400,
trafficLightPosition: { x: 10, y: 10 },
trafficLightPosition: { x: 14, y: 13 },
minHeight: 400,
height: 800,
show: false,