We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Need to check that the restored location is actually somewhere on a screen that is currently available
Refactor initial deltaHeight enabling
Don't resize the window when using LiveReload.
Fix accidental double-paste.
Don't call window.show() if dev tools are already open (see initWindowState).
Wrapped the close event listener in a try catch to allow users to close the application if there is a Javascript error (node webkit error messages)
Error: cannot set windowState of null. Seems to be fixed by setting localStorage without dot operator.
Updated change log.
JSON.stringify sometimes causes errors if winState returns null, causing the program not to close. Checking that winState is set appears to fix this.
Updated Preserve window state between sessions (markdown)
there is a bug after start if previous state is maximized
Workaround of extra height in gnome-shell added. Library transformed to external file.
Replaced the code with comprehensive, ready to use snippet.
Need to convert values from localStore to integers.
Created Preserve window state between sessions (markdown)