mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 13:07:38 +03:00
Revert "Add "move to recycle bin without confirmation" setting"
This reverts commit de44764efa
.
This commit is contained in:
parent
de44764efa
commit
c9d1512748
5 changed files with 0 additions and 15 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue