mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2025-01-05 17:15:12 +01:00
Merge pull request #47 from Airradda/menubar
Enable "autoHideMenuBar" on Electron window
This commit is contained in:
commit
f414c0f4b7
@ -64,6 +64,7 @@ function createWindow () {
|
||||
backgroundColor: '#fff',
|
||||
width: 960,
|
||||
height: 540,
|
||||
autoHideMenuBar: true,
|
||||
// useContentSize: true,
|
||||
webPreferences: {
|
||||
nodeIntegration: true,
|
||||
|
Loading…
Reference in New Issue
Block a user