Hint that the user can auto-reject invitations on the invite page
This should help make the new setting more discoverable.
This commit is contained in:
@@ -15,7 +15,10 @@ Kirigami.PlaceholderMessage {
|
|||||||
required property NeoChatRoom currentRoom
|
required property NeoChatRoom currentRoom
|
||||||
|
|
||||||
text: i18n("Accept this invitation?")
|
text: i18n("Accept this invitation?")
|
||||||
|
explanation: root.currentRoom.connection.canCheckMutualRooms ? i18n("You can reject invitations from unknown users under Security settings.") : ""
|
||||||
RowLayout {
|
RowLayout {
|
||||||
|
Layout.alignment: Qt.AlignHCenter
|
||||||
|
|
||||||
QQC2.Button {
|
QQC2.Button {
|
||||||
Layout.alignment: Qt.AlignHCenter
|
Layout.alignment: Qt.AlignHCenter
|
||||||
text: i18nc("@action:button The thing being rejected is an invitation to chat", "Reject and ignore user")
|
text: i18nc("@action:button The thing being rejected is an invitation to chat", "Reject and ignore user")
|
||||||
|
|||||||
Reference in New Issue
Block a user