homescreens/folio: Fix app icons being rounded to predefined sizes

This fixes the app icon size setting, which used to round to predefined
sizes regardless of the actual size setting.
This commit is contained in:
Devin Lin 2024-10-29 19:23:25 -07:00
parent eb908d9cd7
commit 159e3bb3a6

View file

@ -16,4 +16,7 @@ Kirigami.Icon {
height: folio.FolioSettings.delegateIconSize
width: folio.FolioSettings.delegateIconSize
roundToIconSize: false
animated: false
}