mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-19 02:39:21 +00:00
refactoring for history browsing
This commit is contained in:
@@ -495,11 +495,11 @@ typedef void (^MPPasswordChangedBlock)(BOOL didChangePassword);
|
||||
[contentView layoutSubtreeIfNeeded];
|
||||
}
|
||||
|
||||
- (IBAction)showHistoryForEntry:(id)sender {
|
||||
[self.document showHistoryForEntry:nil];
|
||||
- (void)showEntryHistory:(id)sender {
|
||||
|
||||
}
|
||||
|
||||
- (IBAction)hideHistoryForEntry:(id)sender {
|
||||
- (void)hideEntryHistory:(id)sender {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user