mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 05:52:58 +00:00
stubbed API to call from outside
This commit is contained in:
@@ -10,4 +10,6 @@
|
||||
|
||||
@interface MPAutotypeBuilderViewController : NSViewController
|
||||
|
||||
- (void)presentBuilderWithSequence:(NSString *)sequence;
|
||||
|
||||
@end
|
||||
|
||||
@@ -55,6 +55,11 @@
|
||||
self.commandBuilderTokenField.delegate = self;
|
||||
}
|
||||
|
||||
- (void)presentBuilderWithSequence:(NSString *)sequence {
|
||||
// TODO: tokenize input sequence!
|
||||
//self.commandBuilderTokenField.stringValue = sequence;
|
||||
}
|
||||
|
||||
- (IBAction)addCustomKeyPlaceholder:(id)sender {
|
||||
if(![sender isKindOfClass:NSMenuItem.class]) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user