configure_dialog: Remove the Whats This? button from the dialog

This commit is contained in:
Lioncash 2019-05-09 03:20:13 -04:00 committed by fearlessTobi
parent eeb8dca7b9
commit 563e1622ca

View file

@ -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);