callmearta / clubhouse-desktop

An unofficial Clubhouse desktop client
Other
214 stars 38 forks source link

Store and Restore Previous Window Size, Avoid Fullscreen on Start. #40

Closed jishnu7 closed 3 years ago

jishnu7 commented 3 years ago

Right now, app starts with fullscreen mode, which is a bad UX. If user wants, they still can make it fullscreen once the app is loaded.

Removing these variables makes the window system to remember and re-store previous size.

Fixes https://github.com/callmearta/clubhouse-desktop/issues/17

callmearta commented 3 years ago

Let me check it and assure that it works and i'll merge it. Thank you for this PR.

callmearta commented 3 years ago

I checked your PR and it doesn't seem to be working correctly. At least on Mac os, I'm gonna accept it for now since i can't check it on other OS's.