mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 09:09:28 +00:00
Partially converted to modern Objective-C
Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
if(validateTarget) {
|
||||
isValid &= [validateTarget validateToolbarItem:self];
|
||||
}
|
||||
[self setEnabled:isValid];
|
||||
self.enabled = isValid;
|
||||
}
|
||||
}
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user