bigger default screen size

This commit is contained in:
DJ2LS 2023-10-22 09:36:34 +02:00
parent 22becd5485
commit e90f819cb2

View file

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