Skip to content

Fix highlight states for permission items

Nate Graham requested to merge ngraham/flatpak-kcm:fix-highlight-states into master

These list items were marked as being checkable, but didn't need to be. This was probably a remnant of a previous attempt to use Kirigami.CheckableListItem.

Removing that and then resetting the current index on click brings us to the desired visual styling of the list items highlighting on hover and click, but not remaining highlighted after that.

@apol @ratijas

Merge request reports