change some gui elements

This commit is contained in:
DenioD
2020-04-30 21:45:54 +02:00
parent ab1e525860
commit 623e5b6d2c
3 changed files with 9 additions and 8 deletions

View File

@@ -1000,6 +1000,7 @@ void MainWindow::setupchatTab() {
if (label_contact == p.getName()) {
ui->ContactZaddr->setText(p.getPartnerAddress());
ui->MyZaddr->setText(p.getMyAddress());
ui->contactNameMemo->setText(p.getName());
rpc->refresh(true);
}