Custom emoji image data

Make sure the imageInfo for custom emojis is set. This ensures that all the data required by imageDelegate is available.
This commit is contained in:
James Graham
2023-05-09 09:15:07 +00:00
committed by Tobias Fella
parent 40edfef046
commit 8802753de1
2 changed files with 24 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ Kirigami.ScrollablePage {
trailing: QQC2.ToolButton {
width: height
icon.name: "delete"
onClicked: emojiModel.removeEmoji(del.name)
onClicked: CustomEmojiModel.removeEmoji(del.name)
}
}
}