Disable invite and room sidepane expand icon
Their functions are not implemented yet.
This commit is contained in:
@@ -103,6 +103,7 @@ HRectangle {
|
||||
anchors.right: parent.right
|
||||
opacity: collapseButtons ? 1 : 0
|
||||
visible: opacity > 0
|
||||
enabled: false // TODO
|
||||
|
||||
backgroundColor: "transparent"
|
||||
icon.name: "reduced-room-buttons"
|
||||
|
@@ -57,6 +57,7 @@ HColumnLayout {
|
||||
}
|
||||
|
||||
HButton {
|
||||
enabled: false // TODO
|
||||
icon.name: "room-send-invite"
|
||||
iconItem.dimension: parent.height - 10
|
||||
topPadding: 0
|
||||
|
Reference in New Issue
Block a user