mirror of
https://github.com/kremalicious/blowfish.git
synced 2024-12-28 07:37:51 +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,
|
||||
show: false,
|
||||
title: pkg.productName,
|
||||
autoHideMenuBar: true,
|
||||
webPreferences: {
|
||||
nodeIntegration: true,
|
||||
scrollBounce: true,
|
||||
|
Loading…
Reference in New Issue
Block a user