Use custom room drawer icons

This commit is contained in:
Tobias Fella
2024-03-20 21:51:54 +01:00
parent 75f069cb7d
commit 9bf65de649

View File

@@ -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]