mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 19:59:29 +00:00
Stubbed custom attribute adding via context menu
Made MPContextToolbarButton usable as normal button. Added private API helper for adding buttons to NSUserNotification Remove Autotype plugin API Enhanced custom attribute plugin API Enhanced EntryActionPlugin API to decouple menu items from actual action/target setup Stubbed action on no-open documents NSUserNotifications Stubbed HMACOTP custom attribute setup
This commit is contained in:
15
MacPass/MPAddCustomFieldContextMenuDelegate.h
Normal file
15
MacPass/MPAddCustomFieldContextMenuDelegate.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// MPAddCustomFieldContextMenuDelegate.h
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 05.12.17.
|
||||
// Copyright © 2017 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface MPAddCustomFieldContextMenuDelegate : NSObject <NSMenuDelegate>
|
||||
|
||||
@property (weak) NSViewController *viewController;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user