mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-10 18:29:23 -04:00
Passkeys: Enable Import Passkey entry menu item only if a single entry is selected
This commit is contained in:
parent
c34098546d
commit
9329df2b48
@ -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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user