diff --git a/MacPass/MPDocument.m b/MacPass/MPDocument.m index baf76d29..1f4ddf83 100644 --- a/MacPass/MPDocument.m +++ b/MacPass/MPDocument.m @@ -548,7 +548,7 @@ typedef NS_ENUM(NSUInteger, MPAlertType) { default: valid = YES; } - return valid; + return (valid && [super validateUserInterfaceItem:anItem]); } - (void)_storeKeyURL:(NSURL *)keyURL {