mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 13:37:43 +03:00
SSH Agent: Reset settings when KeeAgent.settings is removed
Fixes #4594
This commit is contained in:
parent
98566fec83
commit
a83345d136
5 changed files with 60 additions and 24 deletions
|
@ -1758,7 +1758,7 @@ bool DatabaseWidget::currentEntryHasSshKey()
|
|||
return false;
|
||||
}
|
||||
|
||||
return KeeAgentSettings::inEntry(currentEntry);
|
||||
return KeeAgentSettings::inEntryAttachments(currentEntry->attachments());
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue