Skip to content

Commit

Permalink
fix: fix #34
Browse files Browse the repository at this point in the history
  • Loading branch information
JellyBrick committed Oct 4, 2023
1 parent 231514a commit edd7b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ function createMainWindow() {
sandbox: false,
}),
},
frame: !is.macOS() && !is.linux() && !useInlineMenu,
frame: !is.macOS() && !useInlineMenu,
titleBarOverlay: {
color: '#00000000',
symbolColor: '#ffffff',
Expand Down

0 comments on commit edd7b80

Please sign in to comment.