fix: windows bug - control buttons close,max,min hidden

This commit is contained in:
Linh Tran 2023-12-12 10:24:02 +07:00
parent c612096499
commit db60bdfefa

View File

@ -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,
})