mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 01:59:24 +00:00
stubbed API to call from outside
This commit is contained in:
@@ -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