Make the "Unignore this user" button work on the Ignored Users page
This function now takes a QString. This should be fine to use since it's in the 0.8.2 release which we require.
This commit is contained in:
@@ -54,7 +54,7 @@ FormCard.FormCardPage {
|
||||
QQC2.ToolButton {
|
||||
text: i18nc("@action:button", "Unignore this user")
|
||||
icon.name: "list-remove-symbolic"
|
||||
onClicked: root.connection.removeFromIgnoredUsers(root.connection.user(modelData))
|
||||
onClicked: root.connection.removeFromIgnoredUsers(modelData)
|
||||
display: QQC2.Button.IconOnly
|
||||
QQC2.ToolTip.text: text
|
||||
QQC2.ToolTip.visible: hovered
|
||||
|
||||
Reference in New Issue
Block a user