mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	citra_qt/configuration: fix input configuration disappearing after changing languages
Previously, once you change language, the texts in the buttons in the Input tab will disappear. It is because the default text in the buttons are empty, and we did not update the text after translations are reloaded, aka texts are reset. This commit fixed the issue.
This commit is contained in:
		
							parent
							
								
									87872aa369
								
							
						
					
					
						commit
						79a38f8782
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -289,4 +289,5 @@ void ConfigureInput::keyPressEvent(QKeyEvent* event) { | ||||||
| 
 | 
 | ||||||
| void ConfigureInput::retranslateUi() { | void ConfigureInput::retranslateUi() { | ||||||
|     ui->retranslateUi(this); |     ui->retranslateUi(this); | ||||||
|  |     updateButtonLabels(); | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue