diff --git a/src/gui/MainWindow.cpp b/src/gui/MainWindow.cpp index c97e049365..bf4c16ec54 100644 --- a/src/gui/MainWindow.cpp +++ b/src/gui/MainWindow.cpp @@ -957,7 +957,7 @@ void MainWindow::setMenuActionState(DatabaseWidget::Mode mode) #ifdef WITH_XC_BROWSER_PASSKEYS m_ui->actionPasskeys->setEnabled(true); m_ui->actionImportPasskey->setEnabled(true); - m_ui->actionEntryImportPasskey->setEnabled(true); + m_ui->actionEntryImportPasskey->setEnabled(singleEntrySelected); #endif #ifdef WITH_XC_SSHAGENT bool singleEntryHasSshKey =