Hi.
I want to set minimum size of the application.
How to get there?
Thanks
@huihee62 thank you for the discussion, you should be able to extend ElectronMainApplication
and pass your own minWidth
and minHeight
options to getDefaultOptions
.
The default implementation uses the following values: