Skip to content
Commit e307038f authored by Ismael Asensio's avatar Ismael Asensio
Browse files

[kcm/kwinrules] Fix slow scrolling through rules list

Every `AbstractItemDelegate` was instantiating a `Kirigami.ActionToolBar`,
which is a very expensive component, rising CPU usage specially on long lists.

Use `Kirigami.SwipeListItem` instead, as is seems the proper component.

BUG: 421537
parent f18deb69
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment