Fix showing stickers

This commit is contained in:
Tobias Fella
2023-12-31 18:15:43 +01:00
parent d82dfc7a5b
commit 2d8ad834a7

View File

@@ -50,7 +50,9 @@ DelegateChooser {
DelegateChoice {
roleValue: DelegateType.Sticker
delegate: ImageDelegate {}
delegate: ImageDelegate {
connection: root.connection
}
}
DelegateChoice {