Custom window controls (#46)

This commit is contained in:
Will Chen
2025-04-29 11:41:40 -07:00
committed by GitHub
parent 672bd790fa
commit a33e6c6ae3
6 changed files with 200 additions and 1 deletions

View File

@@ -96,7 +96,7 @@ const createWindow = () => {
width: process.env.NODE_ENV === "development" ? 1280 : 960,
height: 700,
titleBarStyle: "hidden",
titleBarOverlay: true,
titleBarOverlay: false,
trafficLightPosition: {
x: 10,
y: 8,