mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-11 00:07:07 +00:00
Exploratory client
This commit is contained in:
6013
desktop/package-lock.json
generated
Normal file
6013
desktop/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user