mawie81 / electron-window-state

A library to store and restore window sizes and positions for your Electron app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevTools WindowState

seflless opened this issue · comments

hi,

I built something like this for our Jibo SDK simulator. We have multiple processes in our simulator including the running app, so we want to remember the open/close and left/top/right/bottom states/positions of each devtool instance. Have you figured out how to extract and reinstate devtool state? For now I just track if each was opened or closed. It seems if you only have one open it will automatically remember where it was positioned/sized.

Francois

Hey,
Never looked into DevTools positioning tbh.
I´m also not sure why an enduser would need DevTools?

Our enduser where developers as it was a development environment. This is old by now, so no worries.