Qt-dev / exile-diary

A game tracker for Path of Exile. Track literally everything that drops in your maps, and more!
38 stars 6 forks source link

Workaround Electron multi monitor bug #278

Closed ltogniolli closed 8 months ago

ltogniolli commented 8 months ago

Electron has a long standing bug where it does not properly restore the window size on multi monitor setups with different scaling factors:

https://github.com/electron/electron/issues/10862 We work around this by checking if the scaling factors are different and if so, we set the bounds again