mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Try to fix binding loop in emoji picker
This commit is contained in:
parent
d6c7a2e0ce
commit
2345faf630
1 changed files with 2 additions and 2 deletions
|
@ -301,8 +301,8 @@ Menu {
|
||||||
verticalAlignment: Image.AlignVCenter
|
verticalAlignment: Image.AlignVCenter
|
||||||
smooth: true
|
smooth: true
|
||||||
mipmap: true
|
mipmap: true
|
||||||
sourceSize.width: width
|
sourceSize.width: 32
|
||||||
sourceSize.height: height
|
sourceSize.height: 32
|
||||||
source: "image://colorimage/" + model.image + "?" + (hovered ? Nheko.colors.highlight : Nheko.colors.buttonText)
|
source: "image://colorimage/" + model.image + "?" + (hovered ? Nheko.colors.highlight : Nheko.colors.buttonText)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue