- Feature Description:
Add a way to set the max_size setting of a window during the app’s runtime.
Impact for my app: low
What is your current pain point: Hard to deal with DPI
What do you have in mind to solve it?
Add a setMaxSize() that works exactly like the recently added. overwolf.windows.setMinSize() (https://overwolf.github.io/docs/api/overwolf-windows#setminsizewindowid-width-height-callback) but changes the max_size value of a window.