@@ -36,15 +36,14 @@ ImportWizardPageSelect::ImportWizardPageSelect(QWidget* parent)
36
36
new QListWidgetItem (icons ()->icon (" onepassword" ), tr (" 1Password Vault (.opvault)" ), m_ui->importTypeList );
37
37
new QListWidgetItem (icons ()->icon (" bitwarden" ), tr (" Bitwarden (.json)" ), m_ui->importTypeList );
38
38
new QListWidgetItem (icons ()->icon (" proton" ), tr (" Proton Pass (.json)" ), m_ui->importTypeList );
39
- new QListWidgetItem (icons ()->icon (" web" ), tr (" Remote Database (.kdbx)" ), m_ui->importTypeList );
40
39
new QListWidgetItem (icons ()->icon (" object-locked" ), tr (" KeePass 1 Database (.kdb)" ), m_ui->importTypeList );
41
40
42
41
m_ui->importTypeList ->item (0 )->setData (Qt::UserRole, ImportWizard::IMPORT_CSV);
43
42
m_ui->importTypeList ->item (1 )->setData (Qt::UserRole, ImportWizard::IMPORT_OPUX);
44
43
m_ui->importTypeList ->item (2 )->setData (Qt::UserRole, ImportWizard::IMPORT_OPVAULT);
45
44
m_ui->importTypeList ->item (3 )->setData (Qt::UserRole, ImportWizard::IMPORT_BITWARDEN);
46
45
m_ui->importTypeList ->item (4 )->setData (Qt::UserRole, ImportWizard::IMPORT_PROTONPASS);
47
- m_ui->importTypeList ->item (6 )->setData (Qt::UserRole, ImportWizard::IMPORT_KEEPASS1);
46
+ m_ui->importTypeList ->item (5 )->setData (Qt::UserRole, ImportWizard::IMPORT_KEEPASS1);
48
47
49
48
connect (m_ui->importTypeList , &QListWidget::currentItemChanged, this , &ImportWizardPageSelect::itemSelected);
50
49
m_ui->importTypeList ->setCurrentRow (0 );
0 commit comments