mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-10-31 23:06:43 +08: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
							
								
									6640f631e2
								
							
						
					
					
						commit
						88cd5e888e
					
				| @ -111,7 +111,6 @@ void ConfigureHotkeys::applyConfiguration(HotkeyRegistry& registry) { | |||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     registry.SaveHotkeys(); |     registry.SaveHotkeys(); | ||||||
|     Settings::Apply(); |  | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| void ConfigureHotkeys::retranslateUi() { | void ConfigureHotkeys::retranslateUi() { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user