Minor bug fixes.
This commit is contained in:
parent
1ac443253a
commit
64603b47c6
|
@ -82,7 +82,7 @@ Rectangle {
|
|||
width: parent.height
|
||||
height: parent.height
|
||||
visible: !isEmoji
|
||||
source: modelData.paintable
|
||||
source: modelData.paintable || null
|
||||
}
|
||||
Label {
|
||||
height: parent.height
|
||||
|
|
Loading…
Reference in New Issue