brrd / abricotine

Markdown editor with inline preview
GNU General Public License v3.0
2.63k stars 159 forks source link

Remember window position in Windows #289

Closed loopernow closed 4 years ago

loopernow commented 4 years ago

Most Windows programs remember the size and position of the last program window that was open, so that the next time you open the same program, it opens to the same size and position as last time.

Please implement this for Abricotine.

brrd commented 4 years ago

This is supposed to be already the case, thanks to the "electron-window-state" module we use. If you the behavior is different in your case then this is a bug.

Please try the following steps:

If this doesn't solve your issue, then please post the file window-state.json in this thread.

loopernow commented 4 years ago

Deleting window-state.json solved the issue. Thanks!