Fix the color on the insufficient powerlevel warning
This commit is contained in:
parent
0cb3a7e4a7
commit
8f87e5c91c
1 changed files with 2 additions and 1 deletions
|
|
@ -451,8 +451,9 @@ Rectangle {
|
|||
}
|
||||
}
|
||||
}
|
||||
Text {
|
||||
Label {
|
||||
anchors.centerIn: parent
|
||||
color: palette.placeholderText
|
||||
text: qsTr("You don't have permission to send messages in this room")
|
||||
visible: room ? (!room.permissions.canSend(MtxEvent.TextMessage)) : false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue