Skip to content

Commit

Permalink
Merge pull request #891 from deXol/develop
Browse files Browse the repository at this point in the history
[BLE] Disable FIDO2 and Notes tab when an invalid card is inserted
  • Loading branch information
limpkin authored Jul 25, 2021
2 parents 33df931 + 139b36b commit e91421b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1596,6 +1596,8 @@ void MainWindow::updateTabButtons()

ui->pushButtonCred->setEnabled(false);
ui->pushButtonFiles->setEnabled(false);
ui->pushButtonFido->setEnabled(false);
ui->pushButtonNotes->setEnabled(false);
ui->pushButtonSSH->setEnabled(false);

return;
Expand Down

0 comments on commit e91421b

Please sign in to comment.