mini-diary
mini-diary copied to clipboard
Remember window size
it does not remember window size in windows 10. it would be great if it did.
Hi @samuelmeuli ,
I think I have a working solution for this one, I implemented the solution from here.
It's basically an internal function that tracks the windows behavior and saves the configuration in electron-settings, so the next time the application is opened, it will load that configuration to show the window in the last known state.
Let me know what you think.