mlajtos / mosaic

A tiling web browser.
MIT License
106 stars 4 forks source link

Restore window dimensions #10

Closed mlajtos closed 4 years ago

mlajtos commented 4 years ago

Maximising the window on startup does not make sense: https://github.com/mlajtos/mosaic/blob/64107ac344cf3f30124a2a1864c1875cbb6c04b3/src/main/index.js#L31

Using electron-window-state to preserve the window position and size after closing should be better option.

marc2332 commented 4 years ago

I made a PR, which fixes this. https://github.com/mlajtos/mosaic/pull/13

mlajtos commented 4 years ago

Fixed by #15 .