Skip to content

Commit

Permalink
chore: Default to true
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed Aug 6, 2024
1 parent 108edd8 commit 917f2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resizetizer/src/ResizeImageInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ internal class ResizeImageInfo

public bool IsAppIcon { get; set; }

public bool UseIconBackground { get; set; }
public bool UseIconBackground { get; set; } = true;

public bool IsSplashScreen { get; set; }

Expand Down

0 comments on commit 917f2d3

Please sign in to comment.