From 9bf65de649e1c2b9f6208d9255acc91328582fc6 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Wed, 20 Mar 2024 21:51:54 +0100 Subject: [PATCH] Use custom room drawer icons --- src/qml/main.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/qml/main.qml b/src/qml/main.qml index a8548f216..a2f7bd884 100644 --- a/src/qml/main.qml +++ b/src/qml/main.qml @@ -214,6 +214,9 @@ Kirigami.ApplicationWindow { connection: root.connection + handleOpenIcon.source: "arrow-right" + handleClosedIcon.source: "arrow-left" + // Connect to the onClicked function of the RoomDrawer handle button Connections { target: contextDrawer.handle.children[0]