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

Added setting modal

This commit is contained in:
2020-05-30 12:54:05 +02:00
parent 5dc901a75c
commit d9dbf8e462
15 changed files with 270 additions and 54 deletions

View File

@ -18,7 +18,7 @@ function createMainWindow () {
width: 1600,
height: 1000,
minHeight: 550,
minWidth: 450,
minWidth: 900,
title: 'Antares',
autoHideMenuBar: true,
icon: path.join(__static, 'logo-32.png'),