mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-19 11:03:40 +00:00
parent
f62b0ca99c
commit
3f35ff509c
@ -73,6 +73,7 @@ ModalPopup {
|
||||
onConfirmButtonClicked: {
|
||||
popup.store.rejectAllContactRequests()
|
||||
declineAllDialog.close()
|
||||
popup.close()
|
||||
}
|
||||
}
|
||||
|
||||
@ -85,6 +86,7 @@ ModalPopup {
|
||||
onConfirmButtonClicked: {
|
||||
popup.store.acceptAllContactRequests()
|
||||
acceptAllDialog.close()
|
||||
popup.close()
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user