aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2020-04-08 14:53:54 +0300
committerTulir Asokan <tulir@maunium.net>2020-04-08 14:53:54 +0300
commit80564b2887085a088a4f753042dbe345092e45a1 (patch)
treee9f77301d50a0c4297a00d05e02246d07c49a6d5 /config
parent3ddf85763d6dfe8c5ddecf5022f571e93b9a2a63 (diff)
parent41e7b018c1f36395dccdff586f2668a249a5bcc0 (diff)
Merge remote-tracking branch 'pike4000/video'
Diffstat (limited to 'config')
-rw-r--r--config/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.go b/config/config.go
index b8ff74b..e8c7b1a 100644
--- a/config/config.go
+++ b/config/config.go
@@ -47,6 +47,7 @@ type UserPreferences struct {
DisableEmojis bool `yaml:"disable_emojis"`
DisableMarkdown bool `yaml:"disable_markdown"`
DisableHTML bool `yaml:"disable_html"`
+ DisableDownloads bool `yaml:"disable_downloads"`
}
// Config contains the main config of gomuks.