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() { async function createWindow() {
win = new BrowserWindow({ win = new BrowserWindow({
title: 'FreeDATA', title: 'FreeDATA',
width: 500, width: 1100,
height: 1100, height: 500,
icon: join(process.env.VITE_PUBLIC, 'icon_cube_border.png'), icon: join(process.env.VITE_PUBLIC, 'icon_cube_border.png'),
autoHideMenuBar: true, autoHideMenuBar: true,
webPreferences: { webPreferences: {