kcms/desktop: port away from Kirigami.DelegateRecycler

It was removed for KF6. Instead, set reuseItems: true, which is the
upstream-friendly way to do the same thing.

BUG: 475544
master
Nate Graham 11 months ago
parent 8cf3ad8d3b
commit acf7da91cc

@ -151,11 +151,8 @@ KCM.ScrollViewKCM {
label: i18n("Row %1", section)
}
delegate: Kirigami.DelegateRecycler {
width: desktopsList.width
sourceComponent: desktopsListItemComponent
}
delegate: desktopsListItemComponent
reuseItems: true
}
footer: ColumnLayout {

Loading…
Cancel
Save