FrozenAssassine / EasePass

A simple C# password manager
https://easepass.frozenassassine.de
MIT License
12 stars 0 forks source link

Save the current app state (minimized/maximized) #16

Closed FrozenAssassine closed 1 year ago

finn-freitag commented 1 year ago

Let's just use my commit, it does nearly the same.

FrozenAssassine commented 1 year ago

There is one problem with your code and that is multi monitor support. Imagine I open the app at my third monitor, let it be position 3500|1300, then I close the app and the position will be saved. When I turn off that monitor and open the app again, the app will recover its position, but you won't see it, becasue the monitor is not there anymore.