mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 22:24:21 +01:00
ui-v2 cleanup (#2701)
This commit is contained in:
@@ -27,7 +27,7 @@ async function createWindow() {
|
||||
// Create the browser window with headless options when needed
|
||||
const mainWindow = new BrowserWindow({
|
||||
titleBarStyle: process.platform === 'darwin' ? 'hidden' : 'default',
|
||||
trafficLightPosition: process.platform === 'darwin' ? { x: 16, y: 10 } : undefined,
|
||||
...(process.platform === 'darwin' ? { trafficLightPosition: { x: 16, y: 10 } } : {}),
|
||||
frame: false,
|
||||
width: 1200,
|
||||
height: 800,
|
||||
|
||||
Reference in New Issue
Block a user