mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-17 09:47:36 +00:00
History: Don't use info icon on resend transaction
This commit is contained in:
parent
05512945e9
commit
3eca0bad87
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ void HistoryWidget::showContextMenu(const QPoint &point) {
|
|||
|
||||
bool unconfirmed = tx->isFailed() || tx->isPending();
|
||||
if (unconfirmed && tx->direction() != TransactionInfo::Direction_In) {
|
||||
menu.addAction(icons()->icon("info2.svg"), "Resend transaction", this, &HistoryWidget::onResendTransaction);
|
||||
menu.addAction("Resend transaction", this, &HistoryWidget::onResendTransaction);
|
||||
}
|
||||
|
||||
menu.addMenu(m_copyMenu);
|
||||
|
|
Loading…
Reference in a new issue