Skip to content

Commit 8829a90

Browse files
committed
fix: missing title bar on windows
1 parent c4459ea commit 8829a90

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ const createWindow = () => {
3535
y: windowState.bounds.y,
3636
minWidth: 900,
3737
minHeight: 480,
38-
// Remove the window frame
39-
frame: false,
4038
// Hide the title bar but keep traffic lights on MacOS
4139
titleBarStyle: process.platform === 'darwin' ? 'hidden' : 'default',
4240
// Hide the menu bar in windows and linux

0 commit comments

Comments
 (0)