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

ModConfig status message #11

Closed malgreen closed 2 years ago

malgreen commented 2 years ago

There should be a message when installing a mod, displaying if it seems good or not - just like there is on the GameConfig Part of this should be not allowing the mod's name to start with a '.' The install button's IsEnabled could be bound to the status/CanInstall bool. This feature could be extended in the future

malgreen commented 2 years ago

Implemented in d4b6583890fc74a005e8fb58fa4ed19378678c78

Could be made better by somehow avoiding long if-else statements