Hi,
I want to fix the size of electron app (windows size), that cannot be changed. Is there anyway to do that?
Thank you.
Hi,
I want to fix the size of electron app (windows size), that cannot be changed. Is there anyway to do that?
Thank you.
Did you try setting resizable
to false
?
mainWindow = new BrowserWindow({ resizable: false })