Recycle KeePassHTTP settings

This commit is contained in:
varjolintu 2020-04-12 10:22:07 +03:00 committed by Jonathan White
parent 730367557f
commit 5795051477

View File

@ -706,7 +706,7 @@ void BrowserService::convertAttributesToCustomData(const QSharedPointer<Database
if (entry->title() == KEEPASSHTTP_NAME || entry->title().contains(KEEPASSXCBROWSER_NAME, Qt::CaseInsensitive)) {
keyCounter += moveKeysToCustomData(entry, db);
delete entry;
db->recycleEntry(entry);
}
progress.setValue(progress.value() + 1);