Disable invite and room sidepane expand icon

Their functions are not implemented yet.
This commit is contained in:
miruka
2019-08-27 19:50:24 -04:00
parent 0a0e11e1f4
commit eb11e7a13a
3 changed files with 3 additions and 0 deletions

View File

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

View File

@@ -57,6 +57,7 @@ HColumnLayout {
}
HButton {
enabled: false // TODO
icon.name: "room-send-invite"
iconItem.dimension: parent.height - 10
topPadding: 0