Skip to content
Snippets Groups Projects
Unverified Commit 5abd4bb0 authored by Nicolas Werner's avatar Nicolas Werner Committed by GitHub
Browse files

Merge pull request #1517 from Nheko-Reborn/fixMessagePowerlevelPlaceholder

Fix the color on the insufficient powerlevel warning
parents 0cb3a7e4 8f87e5c9
Branches qmlRecaptcha
No related tags found
No related merge requests found
Pipeline #4982 passed
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment