Skip to content

Commit

Permalink
Fixing bad linter errros
Browse files Browse the repository at this point in the history
  • Loading branch information
italo-capasso committed Jan 2, 2025
1 parent aafd3ad commit 687cea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Package.vala
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ public class AppCenterCore.Package : Object {
bool has_better_dpi = icon_width == cached_current_size
&& cached_current_scale < icon_scale
&& scale_factor <= icon_scale;

if (is_bigger || has_better_dpi) {
cached_icon = icon;
cached_current_size = icon_width;
Expand Down

0 comments on commit 687cea9

Please sign in to comment.