mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 20:02:27 +00:00
Added history browse action
This commit is contained in:
@@ -486,9 +486,18 @@ typedef void (^MPPasswordChangedBlock)(BOOL didChangePassword);
|
||||
[contentView layoutSubtreeIfNeeded];
|
||||
}
|
||||
|
||||
- (IBAction)showHistoryForEntry:(id)sender {
|
||||
[self.document showHistoryForEntry:nil];
|
||||
}
|
||||
|
||||
- (IBAction)hideHistoryForEntry:(id)sender {
|
||||
|
||||
}
|
||||
|
||||
|
||||
#pragma mark Validation
|
||||
- (BOOL)validateMenuItem:(NSMenuItem *)menuItem {
|
||||
return ([[self document] validateMenuItem:menuItem]);
|
||||
return ([self.document validateMenuItem:menuItem]);
|
||||
}
|
||||
|
||||
#pragma mark NSAlert handling
|
||||
|
||||
Reference in New Issue
Block a user