diff --git a/src/qml/EventDelegate.qml b/src/qml/EventDelegate.qml index 65f04b554..783714e55 100644 --- a/src/qml/EventDelegate.qml +++ b/src/qml/EventDelegate.qml @@ -50,7 +50,9 @@ DelegateChooser { DelegateChoice { roleValue: DelegateType.Sticker - delegate: ImageDelegate {} + delegate: ImageDelegate { + connection: root.connection + } } DelegateChoice {