Skip to content

Commit

Permalink
Forgot to hide menu bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Joery-M committed Aug 1, 2022
1 parent 20b11f9 commit 119ca07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ function createWindow ()
},
icon: process.platform == "darwin" ? "./icon.icns" : "./icon.ico",
title: "YouTube Downloader",
autoHideMenuBar: true,
maxHeight: 820
});

Expand Down

0 comments on commit 119ca07

Please sign in to comment.