mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-22 05:19:28 +00:00
fix(preferences): Fix NSException issue when SOGoCreateIdentitiesDisabled is set
This commit is contained in:
@@ -833,6 +833,7 @@
|
||||
{
|
||||
// This additional identity should not appear in the identity manager of the Preferences
|
||||
[identity setObject: [NSNumber numberWithBool: YES] forKey: @"isReadOnly"];
|
||||
[identity setObject: [NSNumber numberWithBool: NO] forKey: @"isDefault"];
|
||||
}
|
||||
[identities addObject: identity];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user