mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-20 08:19:25 +00:00
Using new KeePassKit API, simple multi selection support
This commit is contained in:
@@ -14,7 +14,6 @@ NSString *const MPDocumentDidExitHistoryNotification = @"MPDocumentDidExitHisto
|
||||
@implementation MPDocument (HistoryBrowsing)
|
||||
|
||||
- (void)showHistory:(id)sender {
|
||||
NSAssert(self.selectedEntry && self.selectedItem == (id)self.selectedEntry, @"Entry needs to be selected for history browsing!");
|
||||
[[NSNotificationCenter defaultCenter] postNotificationName:MPDocumentDidEnterHistoryNotification object:self];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user