mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	citra_qt: config: Move audio to its own tab. (#5079)
- We have some important audio settings, makes them more discoverable. Co-Authored-By: bunnei <bunneidev@gmail.com> Co-authored-by: bunnei <bunneidev@gmail.com>
This commit is contained in:
		
							parent
							
								
									3a1c68accd
								
							
						
					
					
						commit
						eb0364dd5f
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -75,10 +75,11 @@ Q_DECLARE_METATYPE(QList<QWidget*>); | |||
| void ConfigureDialog::PopulateSelectionList() { | ||||
|     ui->selectorList->clear(); | ||||
| 
 | ||||
|     const std::array<std::pair<QString, QList<QWidget*>>, 4> items{ | ||||
|     const std::array<std::pair<QString, QList<QWidget*>>, 5> items{ | ||||
|         {{tr("General"), {ui->generalTab, ui->webTab, ui->debugTab, ui->uiTab}}, | ||||
|          {tr("System"), {ui->systemTab, ui->audioTab, ui->cameraTab}}, | ||||
|          {tr("System"), {ui->systemTab, ui->cameraTab}}, | ||||
|          {tr("Graphics"), {ui->enhancementsTab, ui->graphicsTab}}, | ||||
|          {tr("Audio"), {ui->audioTab}}, | ||||
|          {tr("Controls"), {ui->inputTab, ui->hotkeysTab}}}}; | ||||
| 
 | ||||
|     for (const auto& entry : items) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue