Merge pull request #47 from Airradda/menubar

Enable "autoHideMenuBar" on Electron window
This commit is contained in:
Preston 2020-07-11 15:06:43 -04:00 committed by GitHub
commit f414c0f4b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ function createWindow () {
backgroundColor: '#fff',
width: 960,
height: 540,
autoHideMenuBar: true,
// useContentSize: true,
webPreferences: {
nodeIntegration: true,