mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-22 04:49:42 -04:00
Merge branch 'develop' into feature/yubikey
This commit is contained in:
commit
a27147a75e
79 changed files with 8006 additions and 758 deletions
|
@ -170,3 +170,8 @@ void ChangeMasterKeyWidget::ykDetected(int slot, bool blocking)
|
|||
m_ui->challengeResponseCombo->addItem(yk.getName(), QVariant(slot));
|
||||
m_ui->challengeResponseGroup->setEnabled(true);
|
||||
}
|
||||
|
||||
void ChangeMasterKeyWidget::setCancelEnabled(bool enabled)
|
||||
{
|
||||
m_ui->buttonBox->button(QDialogButtonBox::Cancel)->setEnabled(enabled);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue