agrc/api-client

[Request]: Remember Window Position

Closed this issue · 4 comments

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe.

It's a pain to resize and reposition the window each time I restart the app.

Describe the solution you'd like

It would be super-helpful if this app remembered its window size and position between sessions.

should we use https://github.com/mawie81/electron-window-state and have a second config file or vendorish and combine with our store?

I'm not following with regards to a config file/store, but that package looks like the right fit to me.

That package creates/manages its own config file. We use electron-store for our config file. If we use that package we will have two config files.

Oh, I see. I would let it manage its own config file independent of ours.