Updated design

This commit is contained in:
2022-06-15 02:16:03 +02:00
parent 9d6daa069e
commit e4b758bb11
3 changed files with 76 additions and 35 deletions

View File

@@ -58,6 +58,8 @@ const createWindow = () => {
const mainWindow = new BrowserWindow({
width: 800,
height: 600,
minWidth: 600,
minHeight: 600,
webPreferences: {
nodeIntegration: true,
contextIsolation: false,