mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 17:09:24 +00:00
Added dynamic visibility for edit button. Button should only be used if history is enabled and thus will be saved. Otherwise direct editing should be possible
This commit is contained in:
@@ -245,7 +245,6 @@ NSString *const _MPTAbleSecurCellView = @"PasswordCell";
|
||||
NSTextField *textField = [view textField];
|
||||
if(!isModifedColumn && !isNotesColumn) {
|
||||
/* clean up old formatter that might be left */
|
||||
NSLog(@"Cleaing formatter. %@", [textField formatter]);
|
||||
[textField setFormatter:nil];
|
||||
}
|
||||
if(isModifedColumn) {
|
||||
|
||||
Reference in New Issue
Block a user