render HushChat Address in Addressbook

This commit is contained in:
DenioD
2020-04-28 23:01:11 +02:00
parent 9b0dc41e56
commit a5020cbe24
5 changed files with 66 additions and 51 deletions

View File

@@ -1286,7 +1286,7 @@ void MainWindow::setupReceiveTab() {
if (!curLabel.isEmpty() && label.isEmpty()) {
info = "Removed Label '" % curLabel % "'";
AddressBook::getInstance()->removeAddressLabel(curLabel, addr);
AddressBook::getInstance()->removeAddressLabel(curLabel, addr, "");
}
else if (!curLabel.isEmpty() && !label.isEmpty()) {
info = "Updated Label '" % curLabel % "' to '" % label % "'";