mirror of
https://github.com/kremalicious/blowfish.git
synced 2024-12-28 23:57:52 +01:00
hide menubar on Windows
This commit is contained in:
parent
03ab21aa22
commit
0826601fae
@ -35,6 +35,7 @@ const createWindow = async () => {
|
|||||||
frame: process.platform === 'darwin' ? false : true,
|
frame: process.platform === 'darwin' ? false : true,
|
||||||
show: false,
|
show: false,
|
||||||
title: pkg.productName,
|
title: pkg.productName,
|
||||||
|
autoHideMenuBar: true,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
nodeIntegration: true,
|
nodeIntegration: true,
|
||||||
scrollBounce: true,
|
scrollBounce: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user