From d1f421994dc599075092b0c8236aa38a53a7d749 Mon Sep 17 00:00:00 2001 From: Akseli Lahtinen Date: Mon, 18 Dec 2023 21:16:47 +0000 Subject: [PATCH] Add config import to ReactionDelegate Forgot to add this in https://invent.kde.org/network/neochat/-/merge_requests/1484 --- src/qml/ReactionDelegate.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qml/ReactionDelegate.qml b/src/qml/ReactionDelegate.qml index 20d2f529e..293fc18fe 100644 --- a/src/qml/ReactionDelegate.qml +++ b/src/qml/ReactionDelegate.qml @@ -6,6 +6,7 @@ import QtQuick import QtQuick.Controls as QQC2 import org.kde.kirigami as Kirigami +import org.kde.neochat.config Flow { id: root