Browse Source

Reverting inadvertent change

pull/112/head
fekt 2 years ago
parent
commit
0f4c91397f
  1. 2
      src/peerstablemodel.cpp

2
src/peerstablemodel.cpp

@ -112,7 +112,7 @@ int PeersTableModel::columnCount(const QModelIndex&) const
// If the memo is a Payment URI, then show a payment request icon
if (dat.memo.startsWith("hush:")) {
QIcon icon(":/icons/res/paymentreq.gif");
return QVariant(icon.pixmap(16, 16));listtra
return QVariant(icon.pixmap(16, 16));
} else {
// Return the info pixmap to indicate memo
QIcon icon = QApplication::style()->standardIcon(QStyle::SP_MessageBoxInformation);

Loading…
Cancel
Save