Browse Source

autoclose request windows after add contact #136

pull/167/head
DenioD 4 years ago
parent
commit
0320bc9f13
  1. 2
      src/chatmodel.cpp

2
src/chatmodel.cpp

@ -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();

Loading…
Cancel
Save