diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index e12d53d..8fadfb0 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1376,6 +1376,9 @@ void MainWindow::setupRecieveTab() { addZAddrsToComboList(ui->rdioZSAddr->isChecked())(true); } + // Update the autocomplete + updateLabelsAutoComplete(); + // Show the user feedback if (!info.isEmpty()) { QMessageBox::information(this, "Label", info, QMessageBox::Ok);