fix(ui): add minHeight & minWidth

This commit is contained in:
Farkhan Azmi
2023-10-11 07:55:46 +07:00
committed by GitHub
parent 36caa5c2d3
commit 21c9fda04f

View File

@ -39,6 +39,8 @@ app.on('ready', async () => {
y, y,
width, width,
height, height,
minWidth:1000,
minHeight:640,
webPreferences: { webPreferences: {
nodeIntegration: true, nodeIntegration: true,
contextIsolation: true, contextIsolation: true,