We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4dbc0 commit 564559eCopy full SHA for 564559e
src/gui/DatabaseWidget.cpp
@@ -2689,14 +2689,14 @@ bool DatabaseWidget::hasRecycledSelectedEntries() const
2689
if (!m_entryView) {
2690
return false;
2691
}
2692
-
+
2693
// Check if any of the selected entries are actually recycled
2694
for (auto* entry : m_entryView->selectedEntries()) {
2695
if (entry && entry->isRecycled()) {
2696
return true;
2697
2698
2699
2700
2701
2702
0 commit comments