Skip to content

Commit

Permalink
Adds frameless mode back (#2208)
Browse files Browse the repository at this point in the history
  • Loading branch information
comountainclimber authored Aug 30, 2021
1 parent 0d6336a commit d8d8cbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ app.on('ready', () => {
minHeight: 750,
minWidth: 1200,
titleBarStyle: 'hidden',
frame: false,
show: false,
icon: path.join(__dirname, 'icons/png/64x64.png'),
contextIsolation: true,
Expand Down

0 comments on commit d8d8cbd

Please sign in to comment.