webrecorder / webrecorder-player

Webrecorder Player for Desktop (OSX/Windows/Linux). (Built with Electron + Webrecorder)
Apache License 2.0
426 stars 39 forks source link

Respect last window state #48

Closed ticky closed 6 years ago

ticky commented 6 years ago

This updates the main window's initialisation code to remember the window state from the previous time the app was used, using the electron-window-state helper.

Rather than maximising every time the application starts, it will instead start at 1000 by 800, and subsequently open in whichever size the user last used it in.

This fixes #47.

ikreymer commented 6 years ago

Thank you for adding this, will be in next release.

ticky commented 6 years ago

Wonderful, thank you! 😃