Skip to content

Commit

Permalink
Merge pull request janhq#949
Browse files Browse the repository at this point in the history
fix: windows bug - control buttons close,max,min hidden
  • Loading branch information
linhtran174 authored Dec 12, 2023
2 parents c612096 + db60bdf commit a543550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions electron/managers/window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
})
Expand Down

0 comments on commit a543550

Please sign in to comment.