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:
Joshua Goins
2024-07-25 15:22:24 -04:00
parent 07fee30cc0
commit 2a2a2e0c05

View File

@@ -15,7 +15,10 @@ Kirigami.PlaceholderMessage {
required property NeoChatRoom currentRoom
text: i18n("Accept this invitation?")
explanation: root.currentRoom.connection.canCheckMutualRooms ? i18n("You can reject invitations from unknown users under Security settings.") : ""
RowLayout {
Layout.alignment: Qt.AlignHCenter
QQC2.Button {
Layout.alignment: Qt.AlignHCenter
text: i18nc("@action:button The thing being rejected is an invitation to chat", "Reject and ignore user")