Skip to content

Commit

Permalink
Update src/NexusMods.Icons/UnifiedIcon.cs
Browse files Browse the repository at this point in the history
Co-authored-by: erri120 <[email protected]>
  • Loading branch information
Sewer56 and erri120 authored Jun 25, 2024
1 parent f9d7fb6 commit 97eec72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NexusMods.Icons/UnifiedIcon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ private void UpdateControl(IconValue? value)
[MaxWidthProperty] = this[MaxWidthProperty],
[ForegroundProperty] = this[ForegroundProperty],
},
f5: simpleVectorIcon => new NexusMods.Icons.SimpleVector.Control.SimpleVectorIcon(simpleVectorIcon.Image!.Clone())
f5: simpleVectorIcon => new NexusMods.Icons.SimpleVector.Control.SimpleVectorIcon(simpleVectorIcon.Image.Clone())
);

if (innerControl is null) return;
Expand Down

0 comments on commit 97eec72

Please sign in to comment.