command toggle downloads

This commit is contained in:
Simon Magnin-Feysot
2020-04-07 19:06:10 +02:00
parent 8b68140dc9
commit 41e7b018c1
8 changed files with 15 additions and 7 deletions

View File

@ -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.