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]