Willy-JL / F95Checker

GNU General Public License v3.0
101 stars 16 forks source link

Make application window maximized by default #141

Closed sodamouse closed 3 months ago

sodamouse commented 4 months ago

This is a one-liner that adds MAXIMIZED == true GLFW window hint so that the application is started in maximzed mode by default. This was inspired after I closed the underlying browser window by accident too many times.

Hunteraulo1 commented 4 months ago

Hi, this should be a configurable option or even better it should keep the state before the last close.

FaceCrap commented 3 months ago

Hi, this should be a configurable option or even better it should keep the state before the last close.

This, at a minimum, but the latter it already does, at least it always opens for me on the same monitor it was running on and in the same size when I closed it last time...

This was inspired after I closed the underlying browser window by accident too many times.

That's always a risk if you've got multiple windows stacked on top of each other having the same window size. If it's maximized then there's going to be folks that have another window behind it also maximized... Just don't be too zealous clicking that X 😉