mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	configure_hotkeys: Remove unnecessary Settings::Apply() call
Nothing from the hotkeys dialog relies on this call occurring, and is already called from the dialog that calls applyConfiguration().
This commit is contained in:
		
							parent
							
								
									0a65f68b4a
								
							
						
					
					
						commit
						9fc3e4576b
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -118,7 +118,6 @@ void ConfigureHotkeys::applyConfiguration(HotkeyRegistry& registry) { | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     registry.SaveHotkeys(); |     registry.SaveHotkeys(); | ||||||
|     Settings::Apply(); |  | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| void ConfigureHotkeys::retranslateUi() { | void ConfigureHotkeys::retranslateUi() { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue