Check for update on feed change got broken. Now it is fixed.
This commit is contained in:
parent
a282b0ce95
commit
87bdfd9073
1 changed files with 2 additions and 1 deletions
|
|
@ -272,7 +272,8 @@ namespace MatterHackers.MatterControl
|
|||
string releaseCode = ((AnchoredDropDownList)sender).SelectedValue;
|
||||
if(releaseCode != UserSettings.Instance.get("UpdateFeedType"))
|
||||
{
|
||||
UserSettings.Instance.set("UpdateFeedType", releaseCode);
|
||||
UpdateControlData.Instance.CheckForUpdateUserRequested();
|
||||
UserSettings.Instance.set("UpdateFeedType", releaseCode);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue