Exploratory client

This commit is contained in:
Jeffrey Morgan
2023-06-23 14:04:39 -04:00
parent db81d81b23
commit 2f4aa42d2e
8 changed files with 6605 additions and 89 deletions

6013
desktop/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -11,9 +11,11 @@ const createWindow = () => {
const mainWindow = new BrowserWindow({
width: 800,
height: 600,
titleBarStyle: 'hidden',
trafficLightPosition: { x: 20, y: 18 },
vibrancy: 'titlebar',
minWidth: 400,
minHeight: 300,
titleBarStyle: 'hiddenInset',
// trafficLightPosition: { x: 20, y: 18 },
// vibrancy: 'titlebar',
transparent: true,
})