malgreen / NexNux

NexNux is a cross-platform mod manager built with C# and Avalonia
GNU General Public License v3.0
4 stars 0 forks source link

Mod size calculation refactor #32

Open malgreen opened 1 year ago

malgreen commented 1 year ago

The filesize of mods should be calculated in the constructor in the model, instead of when installing in the ModListViewModel. This is because one might delete some files in between opening the application. However, this will slow down the opening of the ModListView.