Pushing to Github

This commit is contained in:
punkfairie 2023-05-12 21:08:33 -07:00
parent 023b9add6b
commit 672c665aec

View file

@ -11,6 +11,7 @@ const createWindow = () => {
const mainWindow = new BrowserWindow({
width: 1000,
height: 800,
titleBarStyle: 'hidden',
webPreferences: {
preload: path.join(__dirname, 'preload.js'),
nodeIntegration: true,