BoBoBaSs84 / BB84.SAU

The "Steam Achievement Unlocker" or "SAU" offers the possibility to unlock Steam achievements that are no longer available, for example through online challenges.
MIT License
4 stars 1 forks source link

Make the user profile storable #12

Closed BoBoBaSs84 closed 4 months ago

BoBoBaSs84 commented 4 months ago

Is your feature request related to a problem? Please describe. The complete data has to be loaded every time the program is started, which takes a lot of time here and there.

Describe the solution you'd like If nothing has changed in the user profile, the games or the achievements, the data does not have to be reloaded, but can be reloaded if necessary.

Describe alternatives you've considered Waiting time.

Additional context Maybe save the data in a JSON or in an XML as application data ...

Probotus commented 4 months ago

That would be cool, only loading when needed.