Revert "Add "move to recycle bin without confirmation" setting"

This reverts commit de44764efa.
This commit is contained in:
Janek Bevendorff 2020-12-11 13:11:42 +01:00
parent de44764efa
commit c9d1512748
No known key found for this signature in database
GPG key ID: 2FDEB0D40BCA5E11
5 changed files with 0 additions and 15 deletions

View file

@ -571,8 +571,6 @@ bool DatabaseWidget::confirmDeleteEntries(QList<Entry*> entries, bool permanent)
MessageBox::Cancel);
return answer == MessageBox::Delete;
} else if (config()->get(Config::Security_NoConfirmMoveEntryToRecycleBin).toBool()) {
return true;
} else {
QString prompt;
if (entries.size() == 1) {