Re-added title bar
This commit is contained in:
parent
6227e2de58
commit
80971848bd
1 changed files with 2 additions and 2 deletions
|
|
@ -10,9 +10,9 @@ app.on('ready', () => {
|
||||||
width: 1124,
|
width: 1124,
|
||||||
height: 800,
|
height: 800,
|
||||||
// Remove the window frame from windows applications
|
// Remove the window frame from windows applications
|
||||||
frame: false,
|
//frame: false,
|
||||||
// Hide the titlebar from MacOS applications while keeping the stop lights
|
// Hide the titlebar from MacOS applications while keeping the stop lights
|
||||||
titleBarStyle: 'hidden', // or 'customButtonsOnHover',
|
//titleBarStyle: 'hidden', // or 'customButtonsOnHover',
|
||||||
})
|
})
|
||||||
//window.setMenu(null);
|
//window.setMenu(null);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue