mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 20:02:27 +00:00
renamed history actions
This commit is contained in:
@@ -496,14 +496,13 @@ typedef void (^MPPasswordChangedBlock)(BOOL didChangePassword);
|
||||
}
|
||||
|
||||
- (void)showEntryHistory:(id)sender {
|
||||
|
||||
id<MPTargetNodeResolving> resolver = [NSApp targetForAction:@selector(currentTargetEntries)];
|
||||
NSArray *entries = resolver.currentTargetEntries;
|
||||
if(entries.count != 1) {
|
||||
return; // only single selection is used
|
||||
}
|
||||
}
|
||||
|
||||
- (void)hideEntryHistory:(id)sender {
|
||||
|
||||
}
|
||||
|
||||
|
||||
#pragma mark Validation
|
||||
- (BOOL)validateMenuItem:(NSMenuItem *)menuItem {
|
||||
return ([self.document validateMenuItem:menuItem]);
|
||||
|
||||
Reference in New Issue
Block a user