mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 21:13:35 +00:00
added removal of history items
This commit is contained in:
@@ -606,6 +606,11 @@ NSString *const MPDocumentGroupKey = @"MPDocumentGrou
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(node.asEntry.isHistory) {
|
||||||
|
[self.historyEntry removeHistoryEntry:node.asEntry];
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if(!self.tree.metaData.useTrash) {
|
if(!self.tree.metaData.useTrash) {
|
||||||
/* Display warning about permanently removing items! */
|
/* Display warning about permanently removing items! */
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user