mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 19:59:29 +00:00
Changed font color
This commit is contained in:
@@ -435,11 +435,11 @@ static NSString *kMPContentBindingString3 = @"content.%@.%@.%@";
|
||||
[self.customEntrySequenceTextField bind:NSValueBinding
|
||||
toObject:self.entryController
|
||||
withKeyPath:[NSString stringWithFormat:kMPContentBindingString2, NSStringFromSelector(@selector(autotype)), NSStringFromSelector(@selector(defaultKeystrokeSequence))]
|
||||
options:@{ NSValidatesImmediatelyBindingOption: @(YES) }];
|
||||
options:@{ NSValidatesImmediatelyBindingOption: @YES }];
|
||||
[_windowAssociationsController bind:NSContentArrayBinding
|
||||
toObject:self.entryController
|
||||
withKeyPath:[NSString stringWithFormat:kMPContentBindingString2, NSStringFromSelector(@selector(autotype)), NSStringFromSelector(@selector(associations))]
|
||||
options:nil];
|
||||
options:@{ NSSelectsAllWhenSettingContentBindingOption: @NO }];
|
||||
[self.windowTitleComboBox setStringValue:@""];
|
||||
[self.windowTitleComboBox bind:NSValueBinding
|
||||
toObject:_windowAssociationsController
|
||||
|
||||
Reference in New Issue
Block a user