1
0
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:
Matthias Kretschmann 2019-09-07 16:44:25 +02:00
parent 03ab21aa22
commit 0826601fae
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -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,