From 184806bf71faa9f4bcb1745a654dcb8dccc2e864 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Wed, 20 Sep 2023 02:17:20 +0200 Subject: Move message styles to their own files and work around hover not propagating to siblings --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 548d5303..7e02bf34 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -701,6 +701,8 @@ set(QML_SOURCES resources/qml/ChatPage.qml resources/qml/CommunitiesList.qml resources/qml/RoomList.qml + resources/qml/TimelineSectionHeader.qml + resources/qml/TimelineDefaultMessageStyle.qml resources/qml/TimelineView.qml resources/qml/Avatar.qml resources/qml/Completer.qml -- cgit 1.5.1