Fixed ProfileDisplayIdentifier double up

Now ProfileItem loads properly from JSON file, which means that the profile matching works, so DisplayMagician now matches the profile if it's current.
This commit is contained in:
Terry MacDonald 2021-09-19 21:00:47 +12:00
parent cd71725617
commit 21b121199b

View File

@ -701,7 +701,7 @@ namespace DisplayMagicianShared
DefaultValueHandling = DefaultValueHandling.Include,
//DefaultValueHandling = DefaultValueHandling.Ignore,
TypeNameHandling = TypeNameHandling.Auto,
ObjectCreationHandling = ObjectCreationHandling.Auto,
ObjectCreationHandling = ObjectCreationHandling.Replace,
});
}
catch (Exception ex)