parent
f62b0ca99c
commit
3f35ff509c
ui/app/AppLayouts/Chat/popups
|
@ -73,6 +73,7 @@ ModalPopup {
|
||||||
onConfirmButtonClicked: {
|
onConfirmButtonClicked: {
|
||||||
popup.store.rejectAllContactRequests()
|
popup.store.rejectAllContactRequests()
|
||||||
declineAllDialog.close()
|
declineAllDialog.close()
|
||||||
|
popup.close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -85,6 +86,7 @@ ModalPopup {
|
||||||
onConfirmButtonClicked: {
|
onConfirmButtonClicked: {
|
||||||
popup.store.acceptAllContactRequests()
|
popup.store.acceptAllContactRequests()
|
||||||
acceptAllDialog.close()
|
acceptAllDialog.close()
|
||||||
|
popup.close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue