mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-02 09:46:38 +00:00
fix "Unblock" chat button
the `AbstractButton::clicked()` signal has no params; that's a leftover from previous implementation
This commit is contained in:
parent
f644cdc6f4
commit
6385afebaf
@ -1493,9 +1493,7 @@ Rectangle {
|
|||||||
visible: control.isContactBlocked
|
visible: control.isContactBlocked
|
||||||
text: qsTr("Unblock")
|
text: qsTr("Unblock")
|
||||||
type: StatusQ.StatusBaseButton.Type.Danger
|
type: StatusQ.StatusBaseButton.Type.Danger
|
||||||
onClicked: function (event) {
|
onClicked: control.unblockChat()
|
||||||
control.unblockChat()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user