Skip to content

Commit

Permalink
Fix: missing Image on DownloadTask
Browse files Browse the repository at this point in the history
  • Loading branch information
rzander committed Jan 29, 2019
1 parent efc4a7d commit ef4a82f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RuckZuck_Tool/RZUpdate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ public SWUpdate(AddSoftware Software)
if (SW.Image == null)
{
SW.Image = RZRestAPI.GetIcon(SW.SWId);
downloadTask.Image = SW.Image;
}
}
catch { }
Expand Down

0 comments on commit ef4a82f

Please sign in to comment.