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