mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 12:39:29 +00:00
Renaming, moving functionality to KeePassKit where suitable
This commit is contained in:
@@ -62,13 +62,13 @@ NSString *const _MPOutlineMenuTemplate = @"Template";
|
||||
if(group && document.root == group ) {
|
||||
|
||||
}
|
||||
if(group && document.trash == group) {
|
||||
if(group.isTrash) {
|
||||
[self _updateTrashMenu:menu];
|
||||
}
|
||||
else if( group && document.templates == group) {
|
||||
[self _updateTemplateMenu:menu];
|
||||
}
|
||||
else if([document isItemTrashed:group]) {
|
||||
else if(group.isTrashed) {
|
||||
[self _updateTrashItemMenu:menu];
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user