mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 14:07:38 +03:00
Passkeys: Enable Import Passkey entry menu item only if a single entry is selected
This commit is contained in:
parent
305fd24a8e
commit
f61f55fff7
1 changed files with 1 additions and 1 deletions
|
@ -991,7 +991,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…
Add table
Add a link
Reference in a new issue