dont delete unsent message when switching tab, add more contextmenu

This commit is contained in:
DenioD
2020-05-27 07:41:11 +02:00
parent aa46cc99ae
commit 56cc89a918
7 changed files with 63 additions and 17 deletions

View File

@@ -943,8 +943,7 @@ void Controller::refreshTransactions() {
}
// this->refresh(true);
items.push_back(TransactionItemDetail{address, amount, memo});
total_amount = total_amount + amount;
}