mirror of
https://github.com/feather-wallet/feather.git
synced 2025-03-12 09:37:47 +00:00
Contacts: remove cm icon
This commit is contained in:
parent
09e4185cab
commit
6f5ac0a06e
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ ContactsWidget::ContactsWidget(QSharedPointer<AppContext> ctx, QWidget *parent)
|
|||
// context menu
|
||||
ui->contacts->setContextMenuPolicy(Qt::CustomContextMenu);
|
||||
m_contextMenu = new QMenu(ui->contacts);
|
||||
m_contextMenu->addAction(icons()->icon("person.svg"), "New contact", [this]{
|
||||
m_contextMenu->addAction("New contact", [this]{
|
||||
this->newContact();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue