bigger default screen size

This commit is contained in:
DJ2LS 2023-10-22 09:35:40 +02:00
parent ca726288af
commit 22becd5485

View file

@ -49,7 +49,9 @@ const indexHtml = join(process.env.DIST, 'index.html')
async function createWindow() {
win = new BrowserWindow({
title: 'Main window',
title: 'FreeDATA',
width: 500,
height: 1100,
icon: join(process.env.VITE_PUBLIC, 'icon_cube_border.png'),
autoHideMenuBar: true,
webPreferences: {