DiscoverDrawer: Fix category selection
The comparison here was not working due to different types, so use category.contains which is meant for this use.
If windowCategory and category are defined, we can check if the delegate is selected or not.
Join us at Akademy to celebrate KDE's 30th anniversary! Travel support requests are open till May 31st. Register now.
The comparison here was not working due to different types, so use category.contains which is meant for this use.
If windowCategory and category are defined, we can check if the delegate is selected or not.