mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-18 06:34:26 +01:00
ui-v2: basic timeline and reusable tile components (#2603)
Co-authored-by: Spencer Martin <spencermartin@block.xyz>
This commit is contained in:
@@ -26,8 +26,12 @@ 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,
|
||||
frame: false,
|
||||
width: 1200,
|
||||
height: 800,
|
||||
minWidth: 800,
|
||||
...(isHeadless
|
||||
? {
|
||||
show: false,
|
||||
|
||||
Reference in New Issue
Block a user