mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +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); |     ui->webTab->SetWebServiceConfigEnabled(enable_web_config); | ||||||
| 
 | 
 | ||||||
|     this->PopulateSelectionList(); |     this->PopulateSelectionList(); | ||||||
|  | 
 | ||||||
|  |     setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint); | ||||||
|  | 
 | ||||||
|     connect(ui->uiTab, &ConfigureUi::languageChanged, this, &ConfigureDialog::onLanguageChanged); |     connect(ui->uiTab, &ConfigureUi::languageChanged, this, &ConfigureDialog::onLanguageChanged); | ||||||
|     connect(ui->selectorList, &QListWidget::itemSelectionChanged, this, |     connect(ui->selectorList, &QListWidget::itemSelectionChanged, this, | ||||||
|             &ConfigureDialog::UpdateVisibleTabs); |             &ConfigureDialog::UpdateVisibleTabs); | ||||||
|  | 
 | ||||||
|     adjustSize(); |     adjustSize(); | ||||||
|     ui->selectorList->setCurrentRow(0); |     ui->selectorList->setCurrentRow(0); | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue