Calcwindow: update icon

openvr-qml-windows
tobtoht 3 years ago
parent 9ead5c29cd
commit a80bfcc325
Signed by untrusted user: tobtoht
GPG Key ID: 1CADD27F41F45C3C

@ -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