mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-06 07:23:21 +00:00
feat(eas): Add SOGoEASDisableUI system parameter to remove EAS options in UI when ActiveSync is not used
This commit is contained in:
@@ -1741,4 +1741,9 @@ static NSArray *reminderValues = nil;
|
||||
return [self shouldDisplayPasswordRecovery] || [self shouldDisplayPasswordChange];
|
||||
}
|
||||
|
||||
- (BOOL) isEasUIEnabled
|
||||
{
|
||||
return ![[SOGoSystemDefaults sharedSystemDefaults] isEasUIDisabled];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user