Make room topic in RoomDrawer readOnly

This commit is contained in:
Tobias Fella
2021-01-20 15:17:10 +01:00
parent 6f7f0e025d
commit f7cbb876f0

View File

@@ -139,6 +139,7 @@ Kirigami.OverlayDrawer {
selectByMouse: true
color: Kirigami.Theme.textColor
onLinkActivated: Qt.openUrlExternally(link)
readOnly: true
MouseArea {
anchors.fill: parent
acceptedButtons: Qt.NoButton