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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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