-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remember the last state of MicroPad window #42
Comments
I can try working on this - seems like window.js in electron-boilerplate would be able to deal with this pretty easily |
@zoedelphi That works although by the looks of it, you could probably use the nodejs
|
@NickGeek I think the main issue would be dealing with resolution changes that could leave the window inaccessible due to being completely out of bounds - I was just thinking of using the single js file as nothing else in the lib is needed |
@zoedelphi fair enough. As long as the licencing is okay with that file. You'll want to watch out for extra deps they pull in too. If you send in a PR I'll take a look. |
Fixed in v4 |
This is a small but helpful feature - it would be handy if the program opened to the same window size/position upon start up that it had from the previous execution.
The text was updated successfully, but these errors were encountered: