mirror of
https://github.com/feather-wallet/feather.git
synced 2024-10-30 08:57:39 +00:00
Calcwindow: update icon
This commit is contained in:
parent
9ead5c29cd
commit
a80bfcc325
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ CalcWindow::CalcWindow(QWidget *parent) :
|
|||
this->setWindowFlags(flags|Qt::WindowStaysOnTopHint); // on top
|
||||
|
||||
ui->setupUi(this);
|
||||
this->setWindowIcon(QIcon("://assets/images/coldcard.png"));
|
||||
this->setWindowIcon(QIcon("://assets/images/gnome-calc.png"));
|
||||
|
||||
connect(AppContext::prices, &Prices::fiatPricesUpdated, this, &CalcWindow::initFiat);
|
||||
connect(AppContext::prices, &Prices::cryptoPricesUpdated, this, &CalcWindow::initCrypto);
|
||||
|
|
Loading…
Reference in a new issue