fix: Hovering community in the profile showcase leads to crash

- messing around with the DropShadow layer lead to a nasty crash
somewhere deep inside Qt mouse event handlers

Fixes #14596
This commit is contained in:
Lukáš Tinkl 2024-05-03 17:13:31 +02:00 committed by Lukáš Tinkl
parent caa97737c7
commit 3fd96986da
1 changed files with 0 additions and 3 deletions

View File

@ -61,9 +61,6 @@ Item {
asset.height: 32
name: model.name ?? ""
memberCountVisible: false
layer.enabled: hovered
border.width: hovered ? 0 : 1
border.color: Theme.palette.baseColor2
banner: model.bannerImageData ?? ""
descriptionFontSize: 12
descriptionFontColor: Theme.palette.baseColor1