mirror of
				https://git.wownero.com/wowlet/wowlet.git
				synced 2024-08-15 01:03:14 +00:00 
			
		
		
		
	Merge pull request 'Calcwindow: update icon' (#318) from tobtoht/feather:calcwindow_icon into master
Reviewed-on: https://git.wownero.com/feather/feather/pulls/318
This commit is contained in:
		
						commit
						7dda93db57
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -14,7 +14,7 @@ CalcWindow::CalcWindow(QWidget *parent) :
 | 
				
			||||||
    this->setWindowFlags(flags|Qt::WindowStaysOnTopHint); // on top
 | 
					    this->setWindowFlags(flags|Qt::WindowStaysOnTopHint); // on top
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    ui->setupUi(this);
 | 
					    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::fiatPricesUpdated, this, &CalcWindow::initFiat);
 | 
				
			||||||
    connect(AppContext::prices, &Prices::cryptoPricesUpdated, this, &CalcWindow::initCrypto);
 | 
					    connect(AppContext::prices, &Prices::cryptoPricesUpdated, this, &CalcWindow::initCrypto);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue