spotube icon indicating copy to clipboard operation
spotube copied to clipboard

Don't force the app to maximize the window on startup

Open karniv00l opened this issue 3 years ago • 2 comments

Is your feature request related to a problem? Please describe.

Don't force the app to maximize the window on startup. Some of us have bigger resolutions/higher pixel density on desktops.

Describe the solution you'd like

Use some sensible defaults and store the last window state/dimensions as a user preference

karniv00l avatar Jul 11 '22 09:07 karniv00l

Done implementing. I had no idea that WidgetsBindingObserver.didChangeMetrics exists. It was the key to solve the problem

KRTirtho avatar Jul 13 '22 13:07 KRTirtho

Works great now, thanks!

karniv00l avatar Jul 16 '22 09:07 karniv00l