Hide Menu bar on Mini Player (#154)

This commit is contained in:
PrestonN 2018-10-16 10:23:16 -04:00
parent f384c2a416
commit 364cb4cffc
1 changed files with 2 additions and 1 deletions

View File

@ -278,7 +278,8 @@ function openMiniPlayer() {
let miniPlayer = new BrowserWindow({
width: 1200,
height: 710
height: 710,
autoHideMenuBar: true
});
// Use the miniPlayer.html template.