mirror of
https://github.com/MacPass/MacPass.git
synced 2026-01-30 19:18:16 +00:00
Removed non-functional binding for now
This commit is contained in:
@@ -425,8 +425,12 @@ NSString *const _MPTAbleSecurCellView = @"PasswordCell";
|
|||||||
|
|
||||||
[self.filterSearchField setAction:@selector(updateFilterText:)];
|
[self.filterSearchField setAction:@selector(updateFilterText:)];
|
||||||
[[self.filterSearchField cell] setSendsSearchStringImmediately:NO];
|
[[self.filterSearchField cell] setSendsSearchStringImmediately:NO];
|
||||||
[self bind:NSStringFromSelector(@selector(filterMode)) toObject:[NSUserDefaultsController sharedUserDefaultsController] withKeyPath:[MPSettingsHelper defaultControllerPathForKey:kMPSettingsKeyEntrySearchFilterMode] options:nil];
|
/*
|
||||||
|
[self bind:@"filterMode"
|
||||||
|
toObject:[NSUserDefaultsController sharedUserDefaultsController]
|
||||||
|
withKeyPath:[MPSettingsHelper defaultControllerPathForKey:kMPSettingsKeyEntrySearchFilterMode]
|
||||||
|
options:nil];
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user