mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
(feat) you can now select your alternate avatar
This commit is contained in:
@@ -1380,6 +1380,18 @@ static NSArray *reminderValues = nil;
|
||||
return [self labelForKey: item];
|
||||
}
|
||||
|
||||
- (NSArray *) alternateAvatar
|
||||
{
|
||||
// See: https://en.gravatar.com/site/implement/images/
|
||||
return [NSArray arrayWithObjects: @"none", @"identicon", @"monsterid", @"wavatar", @"retro", nil];
|
||||
}
|
||||
|
||||
- (NSString *) itemAlternateAvatarText
|
||||
{
|
||||
return [self labelForKey: item];
|
||||
}
|
||||
|
||||
|
||||
// - (NSString *) userDefaultModule
|
||||
// {
|
||||
// NSString *userDefaultModule;
|
||||
|
||||
Reference in New Issue
Block a user