1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

Additions

This commit is contained in:
2020-05-07 17:45:04 +02:00
parent d1b83fd148
commit 7b4c55dd62
13 changed files with 164 additions and 65 deletions

View File

@ -15,6 +15,8 @@ function createMainWindow () {
const window = new BrowserWindow({
width: 1024,
height: 800,
title: 'Antares',
autoHideMenuBar: true,
icon: path.join(__static, 'logo-32.png'),
webPreferences: {
nodeIntegration: true,