Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToni Spets <toni.spets@iki.fi>2020-04-13 08:30:02 +0300
committerJonathan White <support@dmapps.us>2020-05-23 18:30:31 +0300
commita83345d13672c2ab3e7e77cd782fd66575cd773d (patch)
treeeae1186d37c1ea287a77d025afd09beae04448db /src/gui/DatabaseWidget.cpp
parent98566fec83bdef9aeb25e70457e4b4879ff4a8a3 (diff)
SSH Agent: Reset settings when KeeAgent.settings is removed
Fixes #4594
Diffstat (limited to 'src/gui/DatabaseWidget.cpp')
-rw-r--r--src/gui/DatabaseWidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/DatabaseWidget.cpp b/src/gui/DatabaseWidget.cpp
index 2881705bb..a068a5b83 100644
--- a/src/gui/DatabaseWidget.cpp
+++ b/src/gui/DatabaseWidget.cpp
@@ -1758,7 +1758,7 @@ bool DatabaseWidget::currentEntryHasSshKey()
return false;
}
- return KeeAgentSettings::inEntry(currentEntry);
+ return KeeAgentSettings::inEntryAttachments(currentEntry->attachments());
}
#endif