mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Remove duplicate code from the migration of frame limit to gene… (#5091)
This commit is contained in:
		
							parent
							
								
									f106e76132
								
							
						
					
					
						commit
						4991c0121a
					
				
					 1 changed files with 0 additions and 7 deletions
				
			
		|  | @ -25,10 +25,6 @@ ConfigureGeneral::ConfigureGeneral(QWidget* parent) | |||
| ConfigureGeneral::~ConfigureGeneral() = default; | ||||
| 
 | ||||
| void ConfigureGeneral::SetConfiguration() { | ||||
|     ui->toggle_frame_limit->setChecked(Settings::values.use_frame_limit); | ||||
|     ui->frame_limit->setEnabled(ui->toggle_frame_limit->isChecked()); | ||||
|     ui->frame_limit->setValue(Settings::values.frame_limit); | ||||
| 
 | ||||
|     ui->toggle_check_exit->setChecked(UISettings::values.confirm_before_closing); | ||||
|     ui->toggle_background_pause->setChecked(UISettings::values.pause_when_in_background); | ||||
| 
 | ||||
|  | @ -57,9 +53,6 @@ void ConfigureGeneral::ResetDefaults() { | |||
| } | ||||
| 
 | ||||
| void ConfigureGeneral::ApplyConfiguration() { | ||||
|     Settings::values.use_frame_limit = ui->toggle_frame_limit->isChecked(); | ||||
|     Settings::values.frame_limit = ui->frame_limit->value(); | ||||
| 
 | ||||
|     UISettings::values.confirm_before_closing = ui->toggle_check_exit->isChecked(); | ||||
|     UISettings::values.pause_when_in_background = ui->toggle_background_pause->isChecked(); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue