fix: windows bug - control buttons close,max,min hidden
This commit is contained in:
parent
c612096499
commit
db60bdfefa
@ -23,12 +23,12 @@ export class WindowManager {
|
|||||||
width: 1200,
|
width: 1200,
|
||||||
minWidth: 1200,
|
minWidth: 1200,
|
||||||
height: 800,
|
height: 800,
|
||||||
show: false,
|
show: true,
|
||||||
trafficLightPosition: {
|
trafficLightPosition: {
|
||||||
x: 10,
|
x: 10,
|
||||||
y: 15,
|
y: 15,
|
||||||
},
|
},
|
||||||
titleBarStyle: 'hidden',
|
titleBarStyle: 'hiddenInset',
|
||||||
vibrancy: 'sidebar',
|
vibrancy: 'sidebar',
|
||||||
...options,
|
...options,
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user