Fix the color on the insufficient powerlevel warning

This commit is contained in:
Loren Burkholder 2023-07-08 16:55:44 -04:00
parent 0cb3a7e4a7
commit 8f87e5c91c

View file

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