Try to fix binding loop in emoji picker

This commit is contained in:
Nicolas Werner 2023-01-12 07:34:17 +01:00
parent d6c7a2e0ce
commit 2345faf630
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 2 additions and 2 deletions

View File

@ -301,8 +301,8 @@ Menu {
verticalAlignment: Image.AlignVCenter
smooth: true
mipmap: true
sourceSize.width: width
sourceSize.height: height
sourceSize.width: 32
sourceSize.height: 32
source: "image://colorimage/" + model.image + "?" + (hovered ? Nheko.colors.highlight : Nheko.colors.buttonText)
}