Fixed Uninstalled item not updating

This commit is contained in:
Assistant 2019-04-22 03:11:07 -04:00
parent 5b5ccdac51
commit 95494d576d

View file

@ -454,6 +454,7 @@ namespace ModAssistant.Pages
}
mod.ListItem.IsInstalled = false;
mod.ListItem.InstalledVersion = null;
view.Refresh();
}
}
}