Include computed SHA1 fingerprint during upload

This commit is contained in:
John Lewin 2016-06-23 15:27:19 -07:00
parent a8fc6ef1a1
commit cdc953f7c3
3 changed files with 4 additions and 3 deletions

View file

@ -125,9 +125,6 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
return empytProfile;
}
[JsonIgnore]
public string ActiveProfilePath => Path.Combine(ProfileManager.ProfilesPath, ActiveProfile.ID + ".json");
internal static SettingsProfile LoadProfileFromMCWS(string deviceToken)
{
WebClient client = new WebClient();