more appscape ui work

This commit is contained in:
Michael 2017-04-23 15:36:02 -04:00
parent e833a9bf27
commit bc66ccccd7

View file

@ -37,7 +37,7 @@ namespace ShiftOS.WinForms.ShiftnetSites
public string[] GetCategories()
{
var upgrades = Shiftorium.GetDefaults().Where(x => x.Dependencies.Contains("appscape_"));
var upgrades = Shiftorium.GetDefaults().Where(x => (x.Dependencies == null) ? false : x.Dependencies.Contains("appscape_"));
List<string> cats = new List<string>();
cats.Add("All");
try