Skip to content

Commit 9e0163d

Browse files
committed
Added AvatarFetcher options to the default config
1 parent f046d89 commit 9e0163d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

defaults/code_swarm.config

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,15 @@ UseOpenGL=false
106106
# Default user avatar
107107
AvatarFetcher=GravatarFetcher
108108

109+
# Other common avatar options:
110+
111+
#AvatarFetcher=NoAvatar
112+
113+
# looks for avatar images (with the same name as the user name) in
114+
# the LocalAvatarDirectory
115+
#AvatarFetcher=LocalAvatar
116+
117+
109118
# Other options include: monsterid, wavatar
110119
GravatarFallback=identicon
111120

0 commit comments

Comments
 (0)