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,
|
||||
minWidth: 1200,
|
||||
height: 800,
|
||||
show: false,
|
||||
show: true,
|
||||
trafficLightPosition: {
|
||||
x: 10,
|
||||
y: 15,
|
||||
},
|
||||
titleBarStyle: 'hidden',
|
||||
titleBarStyle: 'hiddenInset',
|
||||
vibrancy: 'sidebar',
|
||||
...options,
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user