From 119ca077db26d61620b1c78420984c28ebb5e9fb Mon Sep 17 00:00:00 2001 From: Joery Mac Date: Mon, 1 Aug 2022 08:22:49 -0700 Subject: [PATCH] Forgot to hide menu bar --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 1279e41..8db498d 100644 --- a/index.js +++ b/index.js @@ -35,6 +35,7 @@ function createWindow () }, icon: process.platform == "darwin" ? "./icon.icns" : "./icon.ico", title: "YouTube Downloader", + autoHideMenuBar: true, maxHeight: 820 });