Merge pull request 'Calcwindow: update icon' (#318) from tobtoht/feather:calcwindow_icon into master

Reviewed-on: feather/feather#318
remotes/1691844314220217825/master
tobtoht 3 years ago
commit 7dda93db57

@ -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…
Cancel
Save