mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
Corrected multiple Yubikey bugs (#880)
* Fixed database not showing modified after failed save * Fixed Yubikey not being redetected after replug * Fixed single shot challenge resulting in failed saves
This commit is contained in:
parent
df3051038e
commit
8e7fa3d3d6
3 changed files with 5 additions and 3 deletions
|
@ -363,6 +363,8 @@ bool DatabaseTabWidget::saveDatabase(Database* db)
|
|||
emit messageDismissTab();
|
||||
return true;
|
||||
} else {
|
||||
dbStruct.modified = true;
|
||||
updateTabName(db);
|
||||
emit messageTab(tr("Writing the database failed.").append("\n").append(errorMessage),
|
||||
MessageWidget::Error);
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue