(Suggestion) Allow to set a custom resolution when Windows Mode Windowed is selected
chrcoluk opened this issue · 2 comments
Seems this resolution is not available for users who own a display capable of using it such as 4k displays, this is the closest integer resolution to 4k, the other two been 640x480 and 1280x960 which are available.
I think instead of adding an arbitrary value to the dropdown we should probably tackle this by allowing users to put a custom resolution, this would be much more appropriate. Right now we obtain the available "fullscreen" resolutions of the monitor, but windowed is not considered.
The main problem I see with this is that the code to handle this operations are far from being flexible and is not "reactive" at all. Therefore until someone is willing to rework the entire widget and/or add this logic, I'll rename this issue and leave it open for whomever is willing to tackle it. Contributions are welcome.
We can just close this then, custom resolutions I think are already supported via the driver, but this could be reopened if people want the custom resolution option in 7h itself.