Skip to content

Commit

Permalink
fixup! Open Remote for import wizard integration
Browse files Browse the repository at this point in the history
  • Loading branch information
t-h-e committed Jun 17, 2024
1 parent 80b673c commit d1ffebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/wizard/ImportWizardPageSelect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ImportWizardPageSelect::ImportWizardPageSelect(QWidget* parent)
updateDatabaseChoices();

m_ui->downloadCommandHelpButton->setIcon(icons()->icon("system-help"));
connect(m_ui->downloadCommandHelpButton, &QToolButton::clicked, this, [this] {
connect(m_ui->downloadCommandHelpButton, &QToolButton::clicked, this, [] {
QDesktopServices::openUrl(QUrl("https://keepassxc.org/docs/KeePassXC_UserGuide#_remote_database_support"));
});

Expand Down

0 comments on commit d1ffebb

Please sign in to comment.