autoclose request windows after add contact #136

This commit is contained in:
DenioD
2020-06-16 21:59:11 +02:00
parent bf8b0c960a
commit 0320bc9f13

View File

@@ -255,7 +255,7 @@ void MainWindow::renderContactRequest(){
ui->listContactWidget);
QMessageBox::information(this, "Added Contact","successfully added your new contact. You can now Chat with this contact");
dialog.close();
});
dialog.exec();