Skip to content

Commit

Permalink
Fix broken existing database import
Browse files Browse the repository at this point in the history
  • Loading branch information
droidmonkey committed Sep 28, 2024
1 parent 28293dc commit f4f4e8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/wizard/ImportWizardPageSelect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ ImportWizardPageSelect::ImportWizardPageSelect(QWidget* parent)

registerField("ImportType", this);
registerField("ImportFile", m_ui->importFileEdit);
registerField("ImportIntoType", m_ui->importIntoLabel);
registerField("ImportInto", m_ui->existingDatabaseRadio);
registerField("ImportIntoType", m_ui->importIntoGroupBox); // This is intentional
registerField("ImportInto", m_ui->importIntoLabel); // This is intentional
registerField("ImportPassword", m_ui->passwordEdit, "text", "textChanged");
registerField("ImportKeyFile", m_ui->keyFileEdit);
registerField("DownloadCommand", m_ui->downloadCommand);
Expand Down

0 comments on commit f4f4e8a

Please sign in to comment.