SSH Agent: Reset settings when KeeAgent.settings is removed
Fixes #4594
This commit is contained in:
committed by
Jonathan White
parent
98566fec83
commit
a83345d136
@@ -1758,7 +1758,7 @@ bool DatabaseWidget::currentEntryHasSshKey()
|
||||
return false;
|
||||
}
|
||||
|
||||
return KeeAgentSettings::inEntry(currentEntry);
|
||||
return KeeAgentSettings::inEntryAttachments(currentEntry->attachments());
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user