summaryrefslogtreecommitdiffstats
path: root/config/config.json
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-07-30 08:34:37 -0400
committerChristopher Speller <crspeller@gmail.com>2015-07-30 08:34:37 -0400
commitb2b6bddadc6331d0f183f10da556b34f46314f73 (patch)
treebfffae4a4fbb9720590b6cf1d80707bb6bed01ee /config/config.json
parent659bd97b63cdae0e94bcfcf8ad403552881f5a06 (diff)
parentf0a60181fee69247efd03b5197306fe08b927175 (diff)
downloadchat-b2b6bddadc6331d0f183f10da556b34f46314f73.tar.gz
chat-b2b6bddadc6331d0f183f10da556b34f46314f73.tar.bz2
chat-b2b6bddadc6331d0f183f10da556b34f46314f73.zip
Merge pull request #272 from rgarmsen2295/mm-1463
MM-1463 Adds back username initials being included in user's default profile picture
Diffstat (limited to 'config/config.json')
-rw-r--r--config/config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.json b/config/config.json
index cfb3c2de8..a1e73eb03 100644
--- a/config/config.json
+++ b/config/config.json
@@ -54,7 +54,8 @@
"PreviewWidth": 1024,
"PreviewHeight": 0,
"ProfileWidth": 128,
- "ProfileHeight": 128
+ "ProfileHeight": 128,
+ "InitialFont": "luximbi.ttf"
},
"EmailSettings": {
"ByPassEmail" : true,