Include Send Tab during labels update

This commit is contained in:
adityapk00
2019-02-23 11:27:30 -08:00
parent 5eb2a14aec
commit 318ffe24a7
4 changed files with 31 additions and 15 deletions

View File

@@ -1397,6 +1397,9 @@ void MainWindow::updateLabels() {
addZAddrsToComboList(ui->rdioZSAddr->isChecked())(true);
}
// Update the Send Tab
updateFromCombo();
// Update the autocomplete
updateLabelsAutoComplete();
}