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.
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.