]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
History: Don't use info icon on resend transaction
authortobtoht <thotbot@protonmail.com>
Sat, 14 Aug 2021 14:39:51 +0000 (16:39 +0200)
committertobtoht <thotbot@protonmail.com>
Wed, 15 Sep 2021 21:44:42 +0000 (23:44 +0200)
src/HistoryWidget.cpp

index e31390de763bd5029fbde9837d8a78c02b740984..bf835d1383676fcde901ee70e606575f459ec746 100644 (file)
@@ -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);