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…
Reference in New Issue