mirror of
				https://git.wownero.com/wowlet/wowlet.git
				synced 2024-08-15 01:03:14 +00:00 
			
		
		
		
	Merge pull request 'Close wallet on exit' (#67) from tobtoht/feather:close_on_exit into master
Reviewed-on: https://git.wownero.com/feather/feather/pulls/67
This commit is contained in:
		
						commit
						ea49097ab3
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -946,6 +946,7 @@ void MainWindow::homeWidgetChanged(const QString &widgetName) {
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void MainWindow::closeEvent(QCloseEvent *event) {
 | 
					void MainWindow::closeEvent(QCloseEvent *event) {
 | 
				
			||||||
 | 
					    m_ctx->walletManager->closeWallet();
 | 
				
			||||||
    m_ctx->tor->stop();
 | 
					    m_ctx->tor->stop();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    this->saveGeo();
 | 
					    this->saveGeo();
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue