mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 21:09:33 +00:00
moved reference builder popup code to entry inspector
This commit is contained in:
@@ -69,9 +69,8 @@
|
||||
self.commandBuilderTokenField.delegate = self;
|
||||
}
|
||||
|
||||
- (void)presentBuilderWithSequence:(NSString *)sequence {
|
||||
// TODO: tokenize input sequence!
|
||||
//self.commandBuilderTokenField.stringValue = sequence;
|
||||
- (void)setSequence:(NSString *)sequence {
|
||||
self.commandBuilderTokenField.stringValue = sequence;
|
||||
}
|
||||
|
||||
- (IBAction)addCustomKeyPlaceholder:(id)sender {
|
||||
|
||||
Reference in New Issue
Block a user