mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-02 01:38:00 +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
|
||||
text: qsTr("Unblock")
|
||||
type: StatusQ.StatusBaseButton.Type.Danger
|
||||
onClicked: function (event) {
|
||||
control.unblockChat()
|
||||
}
|
||||
onClicked: control.unblockChat()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user