R4wizard / NoitaSaveManager

A tool for managing Noita save files.
GNU General Public License v3.0
19 stars 2 forks source link

Background activity with progress bars #2

Open R4wizard opened 4 years ago

R4wizard commented 4 years ago

Currently when handling a save/load we can lock the main UI thread and the user may think the program has crashed (this is more apparent on slower drives and bigger save files).

We should move all this processing into a background activity and display a progress bar while this is happening.