mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	configure_dialog: Remove the Whats This? button from the dialog
This commit is contained in:
		
							parent
							
								
									eeb8dca7b9
								
							
						
					
					
						commit
						563e1622ca
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -17,9 +17,13 @@ ConfigureDialog::ConfigureDialog(QWidget* parent, HotkeyRegistry& registry, bool | |||
|     ui->webTab->SetWebServiceConfigEnabled(enable_web_config); | ||||
| 
 | ||||
|     this->PopulateSelectionList(); | ||||
| 
 | ||||
|     setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint); | ||||
| 
 | ||||
|     connect(ui->uiTab, &ConfigureUi::languageChanged, this, &ConfigureDialog::onLanguageChanged); | ||||
|     connect(ui->selectorList, &QListWidget::itemSelectionChanged, this, | ||||
|             &ConfigureDialog::UpdateVisibleTabs); | ||||
| 
 | ||||
|     adjustSize(); | ||||
|     ui->selectorList->setCurrentRow(0); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue