stefansl / image-shrinker

App for macOS. Minify your images and graphics with just one drop. Autorenamed in the same place where it comes from. Immediately!
https://image-shrinker.com
Creative Commons Zero v1.0 Universal
299 stars 33 forks source link

Add state of window position #27

Closed stefansl closed 4 years ago

stefansl commented 6 years ago
['resize', 'move', 'close; ].forEach(function(e) { 
  mainWindow.on(e, function() { 
    storeWindowState(); 
  }); 
});

https://blog.avocode.com/4-must-know-tips-for-building-cross-platform-electron-apps-f3ae9c2bffff

stefansl commented 4 years ago

This will annoy you. So I willl drop that issue