Merge pull request #522 from foneazmi/main

fix(ui): add minHeight & minWidth
This commit is contained in:
Anoop M D 2023-10-13 07:17:34 +05:30 committed by GitHub
commit ad02ab8f36
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,