stubbed custom data popup

This commit is contained in:
michael starke
2017-02-03 16:36:54 +01:00
parent 03f5ca42a2
commit 11236c50f9
11 changed files with 304 additions and 97 deletions

View File

@@ -386,6 +386,10 @@ typedef void (^MPPasswordChangedBlock)(BOOL didChangePassword);
[self.inspectorViewController pickExpiryDate:sender];
}
- (void)showPluginData:(id)sender {
[self.inspectorViewController showPluginData:sender];
}
- (void)toggleInspector:(id)sender {
NSView *inspectorView = self.inspectorViewController.view;
BOOL inspectorWasVisible = [self _isInspectorVisible];