summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-07-29 14:06:15 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-07-29 14:06:15 -0700
commitf0a60181fee69247efd03b5197306fe08b927175 (patch)
treed890a81284b81f417cb8fcd4f2353441c11d70b6 /utils
parent876a9f642a3f1ae187d750e4eb469b1fa4f1a42e (diff)
downloadchat-f0a60181fee69247efd03b5197306fe08b927175.tar.gz
chat-f0a60181fee69247efd03b5197306fe08b927175.tar.bz2
chat-f0a60181fee69247efd03b5197306fe08b927175.zip
Made font type a field in the config file
Diffstat (limited to 'utils')
-rw-r--r--utils/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/config.go b/utils/config.go
index 6a428a5c1..ce8475894 100644
--- a/utils/config.go
+++ b/utils/config.go
@@ -74,6 +74,7 @@ type ImageSettings struct {
PreviewHeight uint
ProfileWidth uint
ProfileHeight uint
+ InitialFont string
}
type EmailSettings struct {