mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
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
|
anchors.centerIn: parent
|
||||||
|
color: palette.placeholderText
|
||||||
text: qsTr("You don't have permission to send messages in this room")
|
text: qsTr("You don't have permission to send messages in this room")
|
||||||
visible: room ? (!room.permissions.canSend(MtxEvent.TextMessage)) : false
|
visible: room ? (!room.permissions.canSend(MtxEvent.TextMessage)) : false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue